Uses of Interface
org.apache.axis.encoding.TypeMapping
-
-
Uses of TypeMapping in org.apache.axis
Methods in org.apache.axis that return TypeMapping Modifier and Type Method Description TypeMapping
MessageContext. getTypeMapping()
Return the type mapping currently in scope for our encoding style. -
Uses of TypeMapping in org.apache.axis.client
Methods in org.apache.axis.client that return TypeMapping Modifier and Type Method Description TypeMapping
Call. getTypeMapping()
-
Uses of TypeMapping in org.apache.axis.configuration
Methods in org.apache.axis.configuration that return TypeMapping Modifier and Type Method Description TypeMapping
NullProvider. getTypeMapping(java.lang.String encodingStyle)
TypeMapping
SimpleProvider. getTypeMapping(java.lang.String encodingStyle)
-
Uses of TypeMapping in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return TypeMapping Modifier and Type Method Description TypeMapping
WSDDDeployment. getTypeMapping(java.lang.String encodingStyle)
TypeMapping
WSDDService. getTypeMapping(java.lang.String encodingStyle)
-
Uses of TypeMapping in org.apache.axis.description
Methods in org.apache.axis.description that return TypeMapping Modifier and Type Method Description TypeMapping
JavaServiceDesc. getTypeMapping()
TypeMapping
ServiceDesc. getTypeMapping()
Methods in org.apache.axis.description with parameters of type TypeMapping Modifier and Type Method Description void
JavaServiceDesc. loadServiceDescByIntrospection(java.lang.Class cls, TypeMapping tm)
Fill in a service description by introspecting the implementation class.void
JavaServiceDesc. setTypeMapping(TypeMapping tm)
void
ServiceDesc. setTypeMapping(TypeMapping tm)
-
Uses of TypeMapping in org.apache.axis.encoding
Classes in org.apache.axis.encoding that implement TypeMapping Modifier and Type Class Description class
TypeMappingDelegate
The TypeMapping delegate is used to simply delegate to the indicated type mapping.Methods in org.apache.axis.encoding that return TypeMapping Modifier and Type Method Description TypeMapping
TypeMappingRegistry. getOrMakeTypeMapping(java.lang.String encodingStyle)
Obtain a type mapping for the given encoding style.TypeMapping
TypeMappingRegistryImpl. getOrMakeTypeMapping(java.lang.String encodingStyle)
Obtain a type mapping for the given encodingStyle.TypeMapping
DeserializationContext. getTypeMapping()
Get the TypeMapping for this DeserializationContextTypeMapping
SerializationContext. getTypeMapping()
Get the TypeMapping we're using. -
Uses of TypeMapping in org.apache.axis.wsdl.fromJava
Fields in org.apache.axis.wsdl.fromJava declared as TypeMapping Modifier and Type Field Description protected static TypeMapping
Emitter. standardTypes
Field standardTypesMethods in org.apache.axis.wsdl.fromJava that return TypeMapping Modifier and Type Method Description TypeMapping
Emitter. getDefaultTypeMapping()
Deprecated.Use getTypeMappingRegistry insteadTypeMapping
Emitter. getTypeMapping()
Returns theTypeMapping
used by the serviceMethods in org.apache.axis.wsdl.fromJava with parameters of type TypeMapping Modifier and Type Method Description void
Emitter. setDefaultTypeMapping(TypeMapping tm)
Deprecated.Use setTypeMappingRegistry insteadvoid
Emitter. setTypeMapping(TypeMapping tm)
Sets theTypeMapping
used by the serviceConstructors in org.apache.axis.wsdl.fromJava with parameters of type TypeMapping Constructor Description Types(javax.wsdl.Definition def, TypeMapping tm, TypeMapping defaultTM, Namespaces namespaces, java.lang.String targetNamespace, java.util.List stopClasses, ServiceDesc serviceDesc)
This class serailizes aClass
to XML Schema.Types(javax.wsdl.Definition def, TypeMapping tm, TypeMapping defaultTM, Namespaces namespaces, java.lang.String targetNamespace, java.util.List stopClasses, ServiceDesc serviceDesc, Emitter emitter)
This class serailizes aClass
to XML Schema. -
Uses of TypeMapping in org.apache.axis.wsdl.toJava
Methods in org.apache.axis.wsdl.toJava that return TypeMapping Modifier and Type Method Description TypeMapping
Emitter. getDefaultTypeMapping()
Returns the defaultTypeMapping
used by the serviceMethods in org.apache.axis.wsdl.toJava with parameters of type TypeMapping Modifier and Type Method Description void
Emitter. setDefaultTypeMapping(TypeMapping defaultTM)
Sets the defaultTypeMapping
used by the service
-