Uses of Class
org.codehaus.xfire.gen.GenerationContext

Packages that use GenerationContext
org.codehaus.xfire.gen   
org.codehaus.xfire.gen.jaxb   
org.codehaus.xfire.gen.jsr181   
org.codehaus.xfire.gen.xmlbeans   
org.codehaus.xfire.jaxws.gen   
 

Uses of GenerationContext in org.codehaus.xfire.gen
 

Methods in org.codehaus.xfire.gen with parameters of type GenerationContext
 void GeneratorPlugin.generate(GenerationContext context)
           
 JExpression SchemaSupport.getBindingProviderExpr(GenerationContext context)
           
 JType SchemaSupport.getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType)
           
 void SchemaSupport.initialize(GenerationContext context)
           
 

Uses of GenerationContext in org.codehaus.xfire.gen.jaxb
 

Methods in org.codehaus.xfire.gen.jaxb with parameters of type GenerationContext
 JExpression JAXBSchemaSupport.getBindingProviderExpr(GenerationContext context)
           
 JType JAXBSchemaSupport.getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType)
           
 void JAXBSchemaSupport.initialize(GenerationContext context)
           
 

Uses of GenerationContext in org.codehaus.xfire.gen.jsr181
 

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)
           
protected  void ServiceInterfaceGenerator.annotate(GenerationContext context, Service service, JDefinedClass jc)
           
protected  void ServiceStubGenerator.annotate(GenerationContext context, Service service, JDefinedClass jc)
           
protected  void AbstractServiceGenerator.annotate(GenerationContext context, Service service, JDefinedClass jc, Binding binding)
           
 void AbstractServiceGenerator.generate(GenerationContext context)
           
 void PortGenerator.generate(GenerationContext context)
           
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 AbstractServiceGenerator.generate(GenerationContext context, Service service)
           
 void ServiceInterfaceGenerator.generate(GenerationContext context, Service service)
           
 void ServiceStubGenerator.generate(GenerationContext context, Service service)
           
protected  JClass AbstractServiceGenerator.generateExceptionClass(GenerationContext context, MessagePartInfo part, JMethod method)
           
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  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)
           
 

Uses of GenerationContext in org.codehaus.xfire.gen.xmlbeans
 

Methods in org.codehaus.xfire.gen.xmlbeans with parameters of type GenerationContext
 JExpression XmlBeansSchemaSupport.getBindingProviderExpr(GenerationContext context)
           
 JClass XmlBeansSchemaSupport.getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType)
           
 void XmlBeansSchemaSupport.initialize(GenerationContext context)
           
 

Uses of GenerationContext in org.codehaus.xfire.jaxws.gen
 

Methods in org.codehaus.xfire.jaxws.gen with parameters of type GenerationContext
 void ServiceGenerator.generate(GenerationContext context)
           
 void ServiceGenerator.generate(GenerationContext context, javax.xml.namespace.QName qname, java.util.Collection<Service> services)
           
protected  JClass InterfaceGenerator.generateExceptionClass(GenerationContext context, MessagePartInfo part, JMethod method)
           
protected  JClass ServiceStubGenerator.generateExceptionClass(GenerationContext context, MessagePartInfo part, JMethod method)
           
protected  JType InterfaceGenerator.getHolderType(GenerationContext context, MessagePartInfo part)
           
protected  JType ServiceStubGenerator.getHolderType(GenerationContext context, MessagePartInfo part)
           
 



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