org.codehaus.xfire.gen.jsr181
Class ServiceStubGenerator

java.lang.Object
  extended by org.codehaus.xfire.gen.jsr181.AbstractPlugin
      extended by org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator
          extended by org.codehaus.xfire.gen.jsr181.ServiceStubGenerator
All Implemented Interfaces:
GeneratorPlugin
Direct Known Subclasses:
ServiceStubGenerator

public class ServiceStubGenerator
extends AbstractServiceGenerator


Field Summary
static java.lang.String SERVICE_STUB
           
 
Constructor Summary
ServiceStubGenerator()
           
 
Method Summary
protected  void annotate(GenerationContext context, OperationInfo op, JMethod method)
           
protected  void annotate(GenerationContext context, Service service, JDefinedClass jc)
           
 void generate(GenerationContext context, Service service)
           
protected  java.lang.String getClassName(GenerationContext context, Service service)
           
protected  ClassType getClassType()
           
 
Methods inherited from class org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator
annotate, annotate, annotate, annotate, annotateOneWay, annotateOutParam, annotateOutParam, annotateReturnType, annotateReturnType, generate, generateExceptionClass, generateFaults, getCurrentService, getHolderType, getReturnType, isWritten, setCurrentService
 
Methods inherited from class org.codehaus.xfire.gen.jsr181.AbstractPlugin
getUniqueName, javify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_STUB

public static final java.lang.String SERVICE_STUB
See Also:
Constant Field Values
Constructor Detail

ServiceStubGenerator

public ServiceStubGenerator()
Method Detail

generate

public void generate(GenerationContext context,
                     Service service)
              throws java.lang.Exception
Overrides:
generate in class AbstractServiceGenerator
Throws:
java.lang.Exception

getClassName

protected java.lang.String getClassName(GenerationContext context,
                                        Service service)
Specified by:
getClassName in class AbstractServiceGenerator

annotate

protected void annotate(GenerationContext context,
                        Service service,
                        JDefinedClass jc)
Overrides:
annotate in class AbstractServiceGenerator

annotate

protected void annotate(GenerationContext context,
                        OperationInfo op,
                        JMethod method)
Overrides:
annotate in class AbstractServiceGenerator

getClassType

protected ClassType getClassType()
Specified by:
getClassType in class AbstractServiceGenerator


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.