com.sun.ejb.codegen
Class Remote30WrapperGenerator

java.lang.Object
  extended by com.sun.ejb.codegen.Generator
      extended by com.sun.ejb.codegen.Remote30WrapperGenerator
All Implemented Interfaces:
ClassGeneratorFactory

public class Remote30WrapperGenerator
extends Generator
implements ClassGeneratorFactory


Field Summary
 
Fields inherited from class com.sun.ejb.codegen.Generator
_logger, ejbClassSymbol
 
Constructor Summary
Remote30WrapperGenerator(java.lang.ClassLoader cl, java.lang.String businessIntfName, java.lang.String remoteIntfName)
          Construct the Wrapper generator with the specified deployment descriptor and class loader.
 
Method Summary
 java.lang.String className()
           
 void evaluate()
           
 java.lang.String getGeneratedClass()
           
 
Methods inherited from class com.sun.ejb.codegen.Generator
getBaseName, getPackageName, getSecurityAttribute, getTxAttribute, getUniqueClassName, isEJBIntfMethod, printStaticMethodInit, printType, removeDups
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Remote30WrapperGenerator

public Remote30WrapperGenerator(java.lang.ClassLoader cl,
                                java.lang.String businessIntfName,
                                java.lang.String remoteIntfName)
                         throws GeneratorException
Construct the Wrapper generator with the specified deployment descriptor and class loader.

Throws:
GeneratorException.
GeneratorException
Method Detail

getGeneratedClass

public java.lang.String getGeneratedClass()
Specified by:
getGeneratedClass in class Generator

className

public java.lang.String className()
Specified by:
className in interface ClassGeneratorFactory

evaluate

public void evaluate()
Specified by:
evaluate in interface ClassGeneratorFactory


Copyright © 2012 GlassFish Community. All Rights Reserved.