Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.ws.jaxme.js.pattern

Interface Summary
Reflector The Reflector obtains informations on a certain class by converting it into an instance of org.apache.ws.jaxme.js.JavaSource.
VersionGenerator.ColumnUpdater The ColumnUpdater is able to update one or more columns in a table.
 

Class Summary
Ant A set of Ant tasks for running the generators in the pattern package.
Ant.AntChainGenerator Ant task for the ChainGenerator.
Ant.AntProxyGenerator The AntProxyGenerator is an Ant task providing access to the ProxyGenerator.
Ant.AntTypesafeEnumerationGenerator Ant task for generating typesafe enumerations.
Ant.AntVersionGenerator Ant task for the VersionGenerator
Ant.BasicAntTask  
Ant.ReallyBasicAntTask  
Ant.XmlRpcGenerator An ant task for the org.apache.ws.jaxme.js.apps.XmlRpcClientGenerator.
Ant.XmlRpcGenerator.Dispatcher The nested child element "dispatcher".
ChainGenerator This class generates so-called event chains.
CompiledClassReflector Reflector for gathering information on a compiled class.
InterfaceDescription The InterfaceDescription is used by the ProxyGenerator as information storage about the interfaces being implemented.
The main purporse of an intermediate class is to encapsulate the way, how information about these classes is gathered: If the interface being implemented is a compiled class, then Java reflection is used. Otherwise, if the interface being implemented is present as a Java source file, then the org.apache.ws.jaxme.js.util.JavaParser is used.
MethodKey This class is a key for generated methods.
ProxyGenerator This class is a generator for the proxy object pattern.
SourceReflector Reflector for gathering information about a Java source file.
TypesafeEnumerationGenerator This class is a generator for the typesafe enumeration pattern.
TypesafeEnumerationGenerator.Item  
VersionGenerator The VersionGenerator is able to clone a version of a row in a database.
VersionGenerator.TableInfo This class is used internally to maintain the informations on the tables being cloned.