Methods in org.codehaus.xfire.gen.jsr181 with parameters of type GenerationContext |
protected void |
AbstractServiceGenerator.annotate(GenerationContext context,
OperationInfo op,
JMethod method)
|
protected void |
ServiceInterfaceGenerator.annotate(GenerationContext context,
OperationInfo op,
JMethod method)
|
protected void |
ServiceStubGenerator.annotate(GenerationContext context,
OperationInfo op,
JMethod method)
|
protected void |
AbstractServiceGenerator.annotate(GenerationContext context,
OperationInfo op,
JMethod method,
Binding binding)
|
protected void |
ServiceInterfaceGenerator.annotate(GenerationContext context,
OperationInfo op,
JMethod method,
Binding binding)
|
protected void |
AbstractServiceGenerator.annotate(GenerationContext context,
Service service,
JDefinedClass jc,
Binding binding)
|
protected void |
ServiceInterfaceGenerator.annotate(GenerationContext context,
Service service,
JDefinedClass jc,
Binding binding)
|
protected void |
ServiceStubGenerator.annotate(GenerationContext context,
Service service,
JDefinedClass jc,
Binding binding)
|
void |
AbstractServiceGenerator.generate(GenerationContext context)
|
void |
FaultGenerator.generate(GenerationContext context)
|
void |
PortGenerator.generate(GenerationContext context)
|
void |
ServiceDescriptorGenerator.generate(GenerationContext context)
|
void |
ServiceDescriptorGenerator.generate(GenerationContext context,
Element servicesEl,
javax.xml.namespace.QName name,
java.util.List<Service> services)
|
void |
ServiceDescriptorGenerator.generate(GenerationContext context,
Element servicesEl,
Service service)
|
protected void |
PortGenerator.generate(GenerationContext context,
JDefinedClass servCls,
Service service,
JVar serviceVar,
Endpoint endpoint)
|
void |
PortGenerator.generate(GenerationContext context,
javax.xml.namespace.QName name,
java.util.List services)
|
void |
FaultGenerator.generate(GenerationContext context,
javax.xml.namespace.QName name,
java.util.List<Service> services)
|
void |
AbstractServiceGenerator.generate(GenerationContext context,
Service service)
|
void |
ServiceInterfaceGenerator.generate(GenerationContext context,
Service service)
|
void |
ServiceStubGenerator.generate(GenerationContext context,
Service service)
|
void |
AbstractServiceGenerator.generate(GenerationContext context,
Service service,
Binding binding)
|
protected JClass |
FaultGenerator.generateExceptionClass(GenerationContext context,
FaultInfo fault,
MessagePartInfo part)
|
protected void |
AbstractServiceGenerator.generateFaults(GenerationContext context,
OperationInfo op,
JMethod method)
|
protected JVar |
PortGenerator.generateService(GenerationContext context,
JDefinedClass servCls,
JMethod constructor,
Service service,
int number)
|
protected abstract java.lang.String |
AbstractServiceGenerator.getClassName(GenerationContext context,
Service service)
|
protected java.lang.String |
ServiceInterfaceGenerator.getClassName(GenerationContext context,
Service service)
|
protected java.lang.String |
ServiceStubGenerator.getClassName(GenerationContext context,
Service service)
|
protected JType |
AbstractServiceGenerator.getHolderType(GenerationContext context,
MessagePartInfo part)
|
protected java.lang.String |
AbstractPlugin.getPackage(javax.xml.namespace.QName name,
GenerationContext context)
|
protected JType |
AbstractServiceGenerator.getReturnType(GenerationContext context,
SchemaSupport schema,
OperationInfo op)
Find the return type for the operation. |
protected boolean |
AbstractServiceGenerator.isWritten(GenerationContext context)
|
protected boolean |
ServiceInterfaceGenerator.isWritten(GenerationContext context)
|
protected boolean |
AbstractServiceGenerator.overwriteClass(GenerationContext context,
Service service,
java.lang.String clsName,
java.io.File classFile)
|
protected boolean |
ServiceStubGenerator.overwriteClass(GenerationContext context,
Service service,
java.lang.String clsName,
java.io.File classFile)
|