|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeMappingRegistry | |
org.apache.axis | |
org.apache.axis.deployment | |
org.apache.axis.encoding | |
org.apache.axis.handlers.soap |
Uses of TypeMappingRegistry in org.apache.axis |
Fields in org.apache.axis declared as TypeMappingRegistry | |
protected TypeMappingRegistry |
AxisEngine._typeMappingRegistry
This Engine's global type mappings |
Methods in org.apache.axis that return TypeMappingRegistry | |
TypeMappingRegistry |
AxisEngine.getTypeMappingRegistry()
|
TypeMappingRegistry |
MessageContext.getTypeMappingRegistry()
Get the currently in-scope type mapping registry. |
Methods in org.apache.axis with parameters of type TypeMappingRegistry | |
void |
MessageContext.setTypeMappingRegistry(TypeMappingRegistry reg)
|
Uses of TypeMappingRegistry in org.apache.axis.deployment |
Methods in org.apache.axis.deployment that return TypeMappingRegistry | |
abstract TypeMappingRegistry |
DeploymentRegistry.getTypeMappingRegistry(java.lang.String encodingStyle)
retrieve an instance of the named mapping registry |
TypeMappingRegistry |
SimpleDeploymentManager.getTypeMappingRegistry(java.lang.String encodingStyle)
return the named mapping registry |
Methods in org.apache.axis.deployment with parameters of type TypeMappingRegistry | |
abstract void |
DeploymentRegistry.addTypeMappingRegistry(java.lang.String encodingStyle,
TypeMappingRegistry tmr)
add the given type mapping |
void |
SimpleDeploymentManager.addTypeMappingRegistry(java.lang.String encodingStyle,
TypeMappingRegistry tmr)
adds a new mapping registry |
Uses of TypeMappingRegistry in org.apache.axis.encoding |
Subclasses of TypeMappingRegistry in org.apache.axis.encoding | |
class |
SOAPTypeMappingRegistry
|
Methods in org.apache.axis.encoding that return TypeMappingRegistry | |
TypeMappingRegistry |
TypeMappingRegistry.getParent()
|
TypeMappingRegistry |
SerializationContext.getTypeMappingRegistry()
|
TypeMappingRegistry |
DeserializationContext.getTypeMappingRegistry()
|
Methods in org.apache.axis.encoding with parameters of type TypeMappingRegistry | |
void |
TypeMappingRegistry.setParent(TypeMappingRegistry parent)
Define a "parent" TypeMappingRegistry that will be used to service any requests that are not satisfied by this this instance. |
Uses of TypeMappingRegistry in org.apache.axis.handlers.soap |
Methods in org.apache.axis.handlers.soap that return TypeMappingRegistry | |
TypeMappingRegistry |
SOAPService.getTypeMappingRegistry()
|
Methods in org.apache.axis.handlers.soap with parameters of type TypeMappingRegistry | |
void |
SOAPService.setTypeMappingRegistry(TypeMappingRegistry map)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |