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.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.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.