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

Packages that use TypeCreator
org.codehaus.xfire.aegis.type   
org.codehaus.xfire.aegis.type.java5   
org.codehaus.xfire.jaxb   
org.codehaus.xfire.xmlbeans   
 

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 TypeMapping.getTypeCreator()
           
 TypeCreator CustomTypeMapping.getTypeCreator()
           
 

Methods in org.codehaus.xfire.aegis.type with parameters of type TypeCreator
 void CustomTypeMapping.setTypeCreator(TypeCreator typeCreator)
           
 

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

Classes in org.codehaus.xfire.aegis.type.java5 that implement TypeCreator
 class Java5TypeCreator
           
 

Uses of TypeCreator in org.codehaus.xfire.jaxb
 

Classes in org.codehaus.xfire.jaxb that implement TypeCreator
 class JaxbTypeCreator
          User: chris Date: Aug 12, 2005 Time: 5:32:07 PM
 

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

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

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()
           
 

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



Copyright © 2004-2005 Codehaus. All Rights Reserved.