Uses of Interface
org.codehaus.xfire.aegis.type.TypeCreator

Packages that use TypeCreator
org.codehaus.xfire.aegis   
org.codehaus.xfire.aegis.type   
org.codehaus.xfire.castor   
org.codehaus.xfire.jaxb   
org.codehaus.xfire.jaxb2   
org.codehaus.xfire.jaxws.type   
org.codehaus.xfire.xmlbeans   
 

Uses of TypeCreator in org.codehaus.xfire.aegis
 

Constructors in org.codehaus.xfire.aegis with parameters of type TypeCreator
AegisBindingProvider(TypeCreator creator)
           
AegisBindingProvider(TypeCreator creator, Configuration config)
           
 

Uses of TypeCreator in org.codehaus.xfire.aegis.type
 

Classes in org.codehaus.xfire.aegis.type that implement TypeCreator
 class AbstractTypeCreator
           
 class DefaultTypeCreator
           
 class XMLTypeCreator
          Deduce mapping information from an xml file.
 

Methods in org.codehaus.xfire.aegis.type that return TypeCreator
protected  TypeCreator DefaultTypeMappingRegistry.createTypeCreator()
           
 TypeCreator AbstractTypeCreator.getParent()
           
 TypeCreator TypeCreator.getParent()
           
 TypeCreator AbstractTypeCreator.getTopCreator()
           
 TypeCreator CustomTypeMapping.getTypeCreator()
           
 TypeCreator DefaultTypeMappingRegistry.getTypeCreator()
           
 TypeCreator TypeMapping.getTypeCreator()
           
 

Methods in org.codehaus.xfire.aegis.type with parameters of type TypeCreator
 void AbstractTypeCreator.setParent(TypeCreator parent)
           
 void TypeCreator.setParent(TypeCreator creator)
           
 void CustomTypeMapping.setTypeCreator(TypeCreator typeCreator)
           
 void DefaultTypeMappingRegistry.setTypeCreator(TypeCreator typeCreator)
           
 

Constructors in org.codehaus.xfire.aegis.type with parameters of type TypeCreator
DefaultTypeMappingRegistry(TypeCreator typeCreator, boolean createDefault)
           
DefaultTypeMappingRegistry(TypeCreator typeCreator, boolean createDefault, Configuration config)
           
 

Uses of TypeCreator in org.codehaus.xfire.castor
 

Classes in org.codehaus.xfire.castor that implement TypeCreator
 class CastorTypeCreator
          TypeCreator factory class for creating CastorType classes.
 

Methods in org.codehaus.xfire.castor that return TypeCreator
protected  TypeCreator CastorTypeMappingRegistry.createTypeCreator()
           
 TypeCreator CastorTypeCreator.getParent()
           
 

Methods in org.codehaus.xfire.castor with parameters of type TypeCreator
 void CastorTypeCreator.setParent(TypeCreator creator)
           
 

Constructors in org.codehaus.xfire.castor with parameters of type TypeCreator
CastorTypeCreator(TypeCreator typeCreator, java.lang.String mappingFile)
          Constructor that instantiates the Castor mapping file to use for de/marshalling.
 

Uses of TypeCreator in org.codehaus.xfire.jaxb
 

Methods in org.codehaus.xfire.jaxb that return TypeCreator
protected  TypeCreator JaxbTypeRegistry.createTypeCreator()
           
 TypeCreator JaxbTypeCreator.getParent()
           
 

Methods in org.codehaus.xfire.jaxb with parameters of type TypeCreator
 void JaxbTypeCreator.setParent(TypeCreator creator)
           
 

Constructors in org.codehaus.xfire.jaxb with parameters of type TypeCreator
JaxbTypeCreator(TypeCreator nextCreator, JAXBContext jaxbContext)
           
 

Uses of TypeCreator in org.codehaus.xfire.jaxb2
 

Classes in org.codehaus.xfire.jaxb2 that implement TypeCreator
 class JaxbTypeCreator
           
 

Methods in org.codehaus.xfire.jaxb2 that return TypeCreator
protected  TypeCreator JaxbTypeRegistry.createTypeCreator()
           
 TypeCreator JaxbTypeCreator.getParent()
           
 

Methods in org.codehaus.xfire.jaxb2 with parameters of type TypeCreator
 void JaxbTypeCreator.setParent(TypeCreator creator)
           
 

Constructors in org.codehaus.xfire.jaxb2 with parameters of type TypeCreator
JaxbTypeCreator(TypeCreator nextCreator)
           
JaxbTypeCreator(TypeCreator nextCreator, JAXBContext jaxbContext)
           
JaxbTypeRegistry(TypeCreator typeCreator, boolean createDefault)
           
 

Uses of TypeCreator in org.codehaus.xfire.jaxws.type
 

Methods in org.codehaus.xfire.jaxws.type that return TypeCreator
protected  TypeCreator JAXWSTypeRegistry.createTypeCreator()
           
 

Uses of TypeCreator in org.codehaus.xfire.xmlbeans
 

Classes in org.codehaus.xfire.xmlbeans that implement TypeCreator
 class XmlBeansTypeCreator
           
 

Methods in org.codehaus.xfire.xmlbeans that return TypeCreator
protected  TypeCreator XmlBeansTypeRegistry.createTypeCreator()
           
 TypeCreator XmlBeansTypeCreator.getParent()
           
 

Methods in org.codehaus.xfire.xmlbeans with parameters of type TypeCreator
 void XmlBeansTypeCreator.setParent(TypeCreator creator)
           
 

Constructors in org.codehaus.xfire.xmlbeans with parameters of type TypeCreator
XmlBeansTypeCreator(TypeCreator nextCreator)
           
 



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