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
 JType SchemaSupport.getType(GenerationContext context, MessagePartInfo part)
           
 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
 JType JAXBSchemaSupport.getType(GenerationContext context, MessagePartInfo part)
           
 JType JAXBSchemaSupport.getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType)
           
 JType JAXBSchemaSupport.getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType, MessagePartInfo part)
           
 

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

Methods in org.codehaus.xfire.gen.jsr181 that throw GenerationException
protected  JClass FaultGenerator.generateExceptionClass(GenerationContext context, FaultInfo fault, MessagePartInfo part)
           
protected  void AbstractServiceGenerator.generateFaults(GenerationContext context, OperationInfo op, JMethod method)
           
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.
 

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

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



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