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.castor   
org.codehaus.xfire.jaxb   
org.codehaus.xfire.jaxb2   
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)
           
 

Methods in org.codehaus.xfire.aegis with parameters of type TypeMapping
static Type AegisBindingProvider.getReadType(XMLStreamReader xsr, MessageContext context, Type type, TypeMapping tm)
           
 

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

Methods in org.codehaus.xfire.aegis.type with parameters of type TypeMapping
protected  void DefaultTypeMappingRegistry.createDefaultMappings(TypeMapping tm)
           
protected  TypeMapping DefaultTypeMappingRegistry.createTypeMapping(TypeMapping parent, boolean autoTypes)
           
 TypeMapping DefaultTypeMappingRegistry.register(java.lang.String encodingStyleURI, TypeMapping mapping)
           
 TypeMapping TypeMappingRegistry.register(java.lang.String encodingStyleURI, TypeMapping mapping)
           
protected  void DefaultTypeMappingRegistry.register(TypeMapping tm, java.lang.Class class1, javax.xml.namespace.QName name, Type type)
           
 void DefaultTypeMappingRegistry.registerDefault(TypeMapping mapping)
           
 void TypeMappingRegistry.registerDefault(TypeMapping mapping)
           
protected  void DefaultTypeMappingRegistry.registerIfAvailable(TypeMapping tm, java.lang.String className, javax.xml.namespace.QName typeName, java.lang.String typeClassName)
           
 boolean DefaultTypeMappingRegistry.removeTypeMapping(TypeMapping mapping)
           
 boolean TypeMappingRegistry.removeTypeMapping(TypeMapping mapping)
          Removes a TypeMapping from the TypeMappingRegistry.
 void AbstractTypeCreator.setTypeMapping(TypeMapping typeMapping)
           
 void Type.setTypeMapping(TypeMapping typeMapping)
           
 void TypeCreator.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)
           
 void HolderType.setTypeMapping(TypeMapping typeMapping)
           
 

Uses of TypeMapping in org.codehaus.xfire.castor
 

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

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

Methods in org.codehaus.xfire.jaxb2 that return TypeMapping
 TypeMapping JaxbTypeCreator.getTypeMapping()
           
 

Methods in org.codehaus.xfire.jaxb2 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-2006 Envoi Solutions LLC. All Rights Reserved.