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

Packages that use TypeMapping
org.codehaus.xfire.message   
org.codehaus.xfire.service.object This package includes an implementation of the the org.codehaus.xfire.service package. 
org.codehaus.xfire.type   
 

Uses of TypeMapping in org.codehaus.xfire.message
 

Methods in org.codehaus.xfire.message that return TypeMapping
 TypeMapping AbstractMessageBridge.getTypeMapping()
           
 

Uses of TypeMapping in org.codehaus.xfire.service.object
 

Methods in org.codehaus.xfire.service.object that return TypeMapping
 TypeMapping ObjectService.getTypeMapping()
          The TypeMapping for this service.
 TypeMapping DefaultObjectService.getTypeMapping()
           
 

Methods in org.codehaus.xfire.service.object with parameters of type TypeMapping
 org.codehaus.xfire.service.Service ServiceBuilder.create(java.lang.Class clazz, TypeMapping tm, java.net.URL wsdlUrl)
          Create a service from a WSDL file.
 org.codehaus.xfire.service.Service ObjectServiceBuilder.create(java.lang.Class clazz, TypeMapping tm, java.net.URL wsdlUrl)
           
 void DefaultObjectService.setTypeMapping(TypeMapping typeMapping)
           
 

Uses of TypeMapping in org.codehaus.xfire.type
 

Classes in org.codehaus.xfire.type that implement TypeMapping
 class AutoTypeMapping
          A type mapping which automatically generates types for java classes which are not registered, allowing easy deployment of java services.
 class CustomTypeMapping
          Contains type mappings for java/qname pairs and Serializer/Deserializer factories.
 

Methods in org.codehaus.xfire.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 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.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 Type.setTypeMapping(TypeMapping typeMapping)
           
 

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



Copyright © 2004-2005 Codehaus. All Rights Reserved.