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

Packages that use GenerationException
org.codehaus.xfire.gen   
org.codehaus.xfire.gen.jaxb   
org.codehaus.xfire.gen.jsr181   
org.codehaus.xfire.gen.xmlbeans   
 

Uses of GenerationException in org.codehaus.xfire.gen
 

Methods in org.codehaus.xfire.gen that throw GenerationException
 com.sun.codemodel.JType SchemaSupport.getType(GenerationContext context, org.codehaus.xfire.service.MessagePartInfo part)
           
 com.sun.codemodel.JType SchemaSupport.getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType)
           
 

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

Methods in org.codehaus.xfire.gen.jaxb that throw GenerationException
 com.sun.codemodel.JType JAXBSchemaSupport.getType(GenerationContext context, org.codehaus.xfire.service.MessagePartInfo part)
           
 com.sun.codemodel.JType JAXBSchemaSupport.getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType)
           
 com.sun.codemodel.JType JAXBSchemaSupport.getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType, org.codehaus.xfire.service.MessagePartInfo part)
           
 

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

Methods in org.codehaus.xfire.gen.jsr181 that throw GenerationException
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.JType AbstractServiceGenerator.getHolderType(GenerationContext context, org.codehaus.xfire.service.MessagePartInfo part)
           
protected  com.sun.codemodel.JType AbstractServiceGenerator.getReturnType(GenerationContext context, SchemaSupport schema, org.codehaus.xfire.service.OperationInfo op)
          Find the return type for the operation.
 

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

Methods in org.codehaus.xfire.gen.xmlbeans that throw GenerationException
 com.sun.codemodel.JType XmlBeansSchemaSupport.getType(GenerationContext context, org.codehaus.xfire.service.MessagePartInfo part)
           
 com.sun.codemodel.JType XmlBeansSchemaSupport.getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType)
           
 



Copyright © 2004-2009. All Rights Reserved.