org.codehaus.xfire.gen.jsr181
Class ServiceStubGenerator
java.lang.Object
org.codehaus.xfire.gen.jsr181.AbstractPlugin
org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator
org.codehaus.xfire.gen.jsr181.ServiceStubGenerator
- All Implemented Interfaces:
- GeneratorPlugin
- Direct Known Subclasses:
- ServiceStubGenerator
public class ServiceStubGenerator
- extends AbstractServiceGenerator
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_STUB
public static final java.lang.String SERVICE_STUB
- See Also:
- Constant Field Values
ServiceStubGenerator
public ServiceStubGenerator()
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.