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

Packages that use TypeCreator
org.codehaus.xfire.aegis   
org.codehaus.xfire.aegis.type   
 

Uses of TypeCreator in org.codehaus.xfire.aegis
 

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

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

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

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



Copyright © 2004-2007. All Rights Reserved.