|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TypeMappingRegistry in org.apache.axis |
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.deployment.wsdd |
Fields in org.apache.axis.deployment.wsdd declared as TypeMappingRegistry | |
TypeMappingRegistry |
WSDDService.tmr
|
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 |
SerializationContext.getTypeMappingRegistry()
Obtain a copy of the TypeMappingRegistry we're using |
TypeMappingRegistry |
TypeMappingRegistry.getParent()
|
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)
|
Uses of TypeMappingRegistry in org.apache.axis.utils |
Methods in org.apache.axis.utils with parameters of type TypeMappingRegistry | |
static javax.wsdl.Message |
WSDLUtils.getRequestMessage(javax.wsdl.Definition def,
java.lang.String namespace,
java.lang.reflect.Method method,
TypeMappingRegistry reg)
|
static javax.wsdl.Message |
WSDLUtils.getResponseMessage(javax.wsdl.Definition def,
java.lang.String namespace,
java.lang.reflect.Method method,
TypeMappingRegistry reg)
|
static void |
WSDLUtils.addPartToMessage(javax.wsdl.Definition def,
javax.wsdl.Message msg,
java.lang.String name,
java.lang.Class param,
TypeMappingRegistry reg)
|
Uses of TypeMappingRegistry in org.apache.axis.wsdlgen |
Methods in org.apache.axis.wsdlgen that return TypeMappingRegistry | |
TypeMappingRegistry |
Emitter.getReg()
Returns the TypeMappingRegistry used by the service |
Methods in org.apache.axis.wsdlgen with parameters of type TypeMappingRegistry | |
void |
Emitter.setReg(TypeMappingRegistry reg)
Sets the TypeMappingRegistry used by the service |
Constructors in org.apache.axis.wsdlgen with parameters of type TypeMappingRegistry | |
Types(javax.wsdl.Definition def,
TypeMappingRegistry reg,
Namespaces namespaces,
java.lang.String targetNamespace)
This class serailizes a Class to XML Schema. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |