org.codehaus.xfire.gen.jsr181
Class ServiceInterfaceGenerator
java.lang.Object
org.codehaus.xfire.gen.jsr181.AbstractPlugin
org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator
org.codehaus.xfire.gen.jsr181.ServiceInterfaceGenerator
- All Implemented Interfaces:
- GeneratorPlugin
- Direct Known Subclasses:
- InterfaceGenerator
public class ServiceInterfaceGenerator
- extends AbstractServiceGenerator
Method Summary |
protected void |
annotate(GenerationContext context,
OperationInfo op,
JMethod method)
|
protected void |
annotate(GenerationContext context,
OperationInfo op,
JMethod method,
Binding binding)
|
protected void |
annotate(GenerationContext context,
Service service,
JDefinedClass jc)
|
protected void |
annotate(MessagePartInfo part,
JVar jvar)
|
protected void |
annotate(MessagePartInfo part,
JVar jvar,
Binding binding)
|
protected void |
annotateOneWay(JMethod method)
|
protected void |
annotateOutParam(MessagePartInfo part,
JVar jvar)
|
protected void |
annotateOutParam(MessagePartInfo part,
JVar jvar,
Binding binding)
|
protected void |
annotateReturnType(JMethod method,
MessagePartInfo returnPart)
|
void |
generate(GenerationContext context,
Service service)
|
protected java.lang.String |
getClassName(GenerationContext context,
Service service)
|
protected ClassType |
getClassType()
|
protected boolean |
isWritten(GenerationContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_INTERFACE
public static final java.lang.String SERVICE_INTERFACE
- See Also:
- Constant Field Values
ServiceInterfaceGenerator
public ServiceInterfaceGenerator()
generate
public void generate(GenerationContext context,
Service service)
throws java.lang.Exception
- Overrides:
generate
in class AbstractServiceGenerator
- Throws:
java.lang.Exception
isWritten
protected boolean isWritten(GenerationContext context)
- Overrides:
isWritten
in class AbstractServiceGenerator
getClassType
protected ClassType getClassType()
- Specified by:
getClassType
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
annotate
protected void annotate(GenerationContext context,
OperationInfo op,
JMethod method,
Binding binding)
- Overrides:
annotate
in class AbstractServiceGenerator
annotateOutParam
protected void annotateOutParam(MessagePartInfo part,
JVar jvar)
- Overrides:
annotateOutParam
in class AbstractServiceGenerator
annotateOutParam
protected void annotateOutParam(MessagePartInfo part,
JVar jvar,
Binding binding)
- Overrides:
annotateOutParam
in class AbstractServiceGenerator
annotateReturnType
protected void annotateReturnType(JMethod method,
MessagePartInfo returnPart)
- Overrides:
annotateReturnType
in class AbstractServiceGenerator
annotateOneWay
protected void annotateOneWay(JMethod method)
- Overrides:
annotateOneWay
in class AbstractServiceGenerator
annotate
protected void annotate(MessagePartInfo part,
JVar jvar)
- Overrides:
annotate
in class AbstractServiceGenerator
annotate
protected void annotate(MessagePartInfo part,
JVar jvar,
Binding binding)
- Overrides:
annotate
in class AbstractServiceGenerator
getClassName
protected java.lang.String getClassName(GenerationContext context,
Service service)
- Specified by:
getClassName
in class AbstractServiceGenerator
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.