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

Packages that use TypeMapping
org.codehaus.xfire.aegis   
org.codehaus.xfire.aegis.type   
org.codehaus.xfire.aegis.type.basic   
 

Uses of TypeMapping in org.codehaus.xfire.aegis
 

Methods in org.codehaus.xfire.aegis that return TypeMapping
 TypeMapping AegisBindingProvider.getTypeMapping(org.codehaus.xfire.service.Service service)
           
protected  TypeMapping AegisBindingProvider.createTypeMapping(org.codehaus.xfire.service.Service endpoint)
           
 

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

Classes in org.codehaus.xfire.aegis.type that implement TypeMapping
 class CustomTypeMapping
          Contains type mappings for java/qname pairs.
 

Fields in org.codehaus.xfire.aegis.type declared as TypeMapping
protected  TypeMapping AbstractTypeCreator.tm
           
 

Methods in org.codehaus.xfire.aegis.type that return TypeMapping
 TypeMapping CustomTypeMapping.getParent()
           
 TypeMapping Type.getTypeMapping()
           
 TypeMapping TypeMappingRegistry.register(java.lang.String encodingStyleURI, TypeMapping mapping)
           
 TypeMapping TypeMappingRegistry.getDefaultTypeMapping()
          Gets the registered default TypeMapping instance.
 TypeMapping TypeMappingRegistry.getTypeMapping(java.lang.String encodingStyleURI)
          Returns the registered TypeMapping for the specified encodingStyle URI.
 TypeMapping TypeMappingRegistry.createTypeMapping(boolean autoTypes)
          Creates a new empty TypeMapping object.
 TypeMapping TypeMappingRegistry.createTypeMapping(java.lang.String parentEncodingStyleURI, boolean autoTypes)
          Create a type mapping with the specified encodying style.
 TypeMapping TypeMappingRegistry.unregisterTypeMapping(java.lang.String encodingStyleURI)
          Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.
 TypeMapping AbstractTypeCreator.getTypeMapping()
           
 TypeMapping DefaultTypeMappingRegistry.register(java.lang.String encodingStyleURI, TypeMapping mapping)
           
 TypeMapping DefaultTypeMappingRegistry.getDefaultTypeMapping()
           
 TypeMapping DefaultTypeMappingRegistry.getTypeMapping(java.lang.String encodingStyleURI)
           
 TypeMapping DefaultTypeMappingRegistry.createTypeMapping(boolean autoTypes)
           
 TypeMapping DefaultTypeMappingRegistry.createTypeMapping(java.lang.String parentNamespace, boolean autoTypes)
           
protected  TypeMapping DefaultTypeMappingRegistry.createTypeMapping(TypeMapping parent, boolean autoTypes)
           
 TypeMapping DefaultTypeMappingRegistry.unregisterTypeMapping(java.lang.String encodingStyleURI)
           
 TypeMapping DefaultTypeMappingRegistry.createDefaultMappings()
           
 

Methods in org.codehaus.xfire.aegis.type with parameters of type TypeMapping
 void TypeCreator.setTypeMapping(TypeMapping typeMapping)
           
 void Type.setTypeMapping(TypeMapping typeMapping)
           
 TypeMapping TypeMappingRegistry.register(java.lang.String encodingStyleURI, TypeMapping mapping)
           
 void TypeMappingRegistry.registerDefault(TypeMapping mapping)
           
 boolean TypeMappingRegistry.removeTypeMapping(TypeMapping mapping)
          Removes a TypeMapping from the TypeMappingRegistry.
 void AbstractTypeCreator.setTypeMapping(TypeMapping typeMapping)
           
 TypeMapping DefaultTypeMappingRegistry.register(java.lang.String encodingStyleURI, TypeMapping mapping)
           
 void DefaultTypeMappingRegistry.registerDefault(TypeMapping mapping)
           
protected  TypeMapping DefaultTypeMappingRegistry.createTypeMapping(TypeMapping parent, boolean autoTypes)
           
 boolean DefaultTypeMappingRegistry.removeTypeMapping(TypeMapping mapping)
           
 

Constructors in org.codehaus.xfire.aegis.type with parameters of type TypeMapping
CustomTypeMapping(TypeMapping defaultTM)
           
 

Uses of TypeMapping in org.codehaus.xfire.aegis.type.basic
 

Methods in org.codehaus.xfire.aegis.type.basic that return TypeMapping
 TypeMapping BeanTypeInfo.getTypeMapping()
           
 

Methods in org.codehaus.xfire.aegis.type.basic with parameters of type TypeMapping
 void BeanTypeInfo.setTypeMapping(TypeMapping typeMapping)
           
 void HolderType.setTypeMapping(TypeMapping typeMapping)
           
 



Copyright © 2004-2006 null. All Rights Reserved.