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   
org.codehaus.xfire.aegis.type.java5   
org.codehaus.xfire.jaxb   
org.codehaus.xfire.xmlbeans   
 

Uses of TypeMapping in org.codehaus.xfire.aegis
 

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

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 and Serializer/Deserializer factories.
 

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 DefaultTypeMappingRegistry.createDefaultMappings()
           
 TypeMapping TypeMappingRegistry.createTypeMapping(boolean autoTypes)
          Creates a new empty TypeMapping object.
 TypeMapping DefaultTypeMappingRegistry.createTypeMapping(boolean autoTypes)
           
 TypeMapping TypeMappingRegistry.createTypeMapping(java.lang.String encodingStyleURI, boolean autoTypes)
          Create a type mapping with the specified encodying style.
 TypeMapping DefaultTypeMappingRegistry.createTypeMapping(java.lang.String parentNamespace, boolean autoTypes)
           
protected  TypeMapping DefaultTypeMappingRegistry.createTypeMapping(TypeMapping parent, boolean autoTypes)
           
 TypeMapping TypeMappingRegistry.getDefaultTypeMapping()
          Gets the registered default TypeMapping instance.
 TypeMapping DefaultTypeMappingRegistry.getDefaultTypeMapping()
           
 TypeMapping Type.getTypeMapping()
           
 TypeMapping AbstractTypeCreator.getTypeMapping()
           
 TypeMapping TypeMappingRegistry.getTypeMapping(java.lang.String encodingStyleURI)
          Returns the registered TypeMapping for the specified encodingStyle URI.
 TypeMapping DefaultTypeMappingRegistry.getTypeMapping(java.lang.String encodingStyleURI)
           
 TypeMapping TypeMappingRegistry.register(java.lang.String encodingStyleURI, TypeMapping mapping)
           
 TypeMapping DefaultTypeMappingRegistry.register(java.lang.String encodingStyleURI, TypeMapping mapping)
           
 TypeMapping TypeMappingRegistry.unregisterTypeMapping(java.lang.String encodingStyleURI)
          Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.
 TypeMapping DefaultTypeMappingRegistry.unregisterTypeMapping(java.lang.String encodingStyleURI)
           
 

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

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)
           
 

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

Constructors in org.codehaus.xfire.aegis.type.java5 with parameters of type TypeMapping
AnnotatedTypeInfo(TypeMapping tm, java.lang.Class typeClass)
           
 

Uses of TypeMapping in org.codehaus.xfire.jaxb
 

Methods in org.codehaus.xfire.jaxb with parameters of type TypeMapping
 void JaxbTypeCreator.setTypeMapping(TypeMapping typeMapping)
           
 

Uses of TypeMapping in org.codehaus.xfire.xmlbeans
 

Methods in org.codehaus.xfire.xmlbeans that return TypeMapping
 TypeMapping XmlBeansTypeCreator.getTypeMapping()
           
 

Methods in org.codehaus.xfire.xmlbeans with parameters of type TypeMapping
 void XmlBeansTypeCreator.setTypeMapping(TypeMapping typeMapping)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.