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