wt.tools.generation.architecture.service
Class RemoteForwarder

java.lang.Object
  extended bywt.tools.generation.architecture.ClassProcessor
      extended bywt.tools.generation.architecture.WTClassProcessor
          extended bywt.tools.generation.architecture.service.RemoteForwarder

public class RemoteForwarder
extends WTClassProcessor


Field Summary
 
Fields inherited from class wt.tools.generation.architecture.WTClassProcessor
remoteEnabled
 
Fields inherited from class wt.tools.generation.architecture.ClassProcessor
classAccumulator, currentDelegate, delegates, sourceClass, targetClass
 
Constructor Summary
protected RemoteForwarder(ClassClass source)
           
 
Method Summary
protected  String clientServerTag()
           
static RemoteForwarder get(ClassClass source)
           
protected  void processAssociations()
           
protected  void processAttributes()
           
protected  void processOperation(Operation source)
           
protected  void processPrimary()
           
protected  String typeTag()
           
 
Methods inherited from class wt.tools.generation.architecture.WTClassProcessor
addResourceAttribute, addServerAttribute, initializeSpecifics, makeRemoteTarget, operationSpecifics, remoteSupport, setTarget, transferProperty
 
Methods inherited from class wt.tools.generation.architecture.ClassProcessor
accessorDocs, addAccessors, addClassnameAttribute, addConstant, addConstant, addExceptions, addField, addLinkAccessors, addLinkAliasAccessors, addLinkFeatures, addResourceAttribute, addVersionControlAttributes, constructorSpecifics, copyCommon, copyDependencies, enumerationResources, enumerationSupport, enumUseResourceInfo, externalizationSupport, externalizationSupportPost, fulfillAccessors, fulfillConstant, fulfillField, fulfillOperation, getterSpecifics, makeDefaultConstructor, makeGetter, makeLinkGetter, makeLinkSetter, makeRemover, makeSetter, makeSetterValidate, netFactorSupport, persistenceSupport, persistenceSupportPost, process, process, processAssociations, processAttributes, processDepends, processFirstClassAssociation, processInherits, processInherits, processModule, processOperations, processOperations, processPackage, processPostProcess, processPrimary, processReference, processRole, processRole, processSpecial, processStandardAssociation, removerSpecifics, setClassAccumulator, setterSpecifics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteForwarder

protected RemoteForwarder(ClassClass source)
Method Detail

clientServerTag

protected String clientServerTag()
Specified by:
clientServerTag in class WTClassProcessor

get

public static RemoteForwarder get(ClassClass source)

processAssociations

protected void processAssociations()
Overrides:
processAssociations in class ClassProcessor

processAttributes

protected void processAttributes()
Overrides:
processAttributes in class ClassProcessor

processOperation

protected void processOperation(Operation source)
Overrides:
processOperation in class ClassProcessor

processPrimary

protected void processPrimary()
Overrides:
processPrimary in class WTClassProcessor

typeTag

protected String typeTag()
Specified by:
typeTag in class WTClassProcessor