Uses of Interface
org.apache.axis.encoding.TypeMapping
Packages that use TypeMapping
Package
Description
-
Uses of TypeMapping in org.apache.axis
Methods in org.apache.axis that return TypeMappingModifier and TypeMethodDescriptionMessageContext.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 -
Uses of TypeMapping in org.apache.axis.configuration
Methods in org.apache.axis.configuration that return TypeMappingModifier and TypeMethodDescriptionNullProvider.getTypeMapping
(String encodingStyle) SimpleProvider.getTypeMapping
(String encodingStyle) -
Uses of TypeMapping in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return TypeMappingModifier and TypeMethodDescriptionWSDDDeployment.getTypeMapping
(String encodingStyle) WSDDService.getTypeMapping
(String encodingStyle) -
Uses of TypeMapping in org.apache.axis.description
Methods in org.apache.axis.description that return TypeMappingMethods in org.apache.axis.description with parameters of type TypeMappingModifier and TypeMethodDescriptionvoid
JavaServiceDesc.loadServiceDescByIntrospection
(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 TypeMappingModifier and TypeClassDescriptionclass
The TypeMapping delegate is used to simply delegate to the indicated type mapping.Methods in org.apache.axis.encoding that return TypeMappingModifier and TypeMethodDescriptionTypeMappingRegistry.getOrMakeTypeMapping
(String encodingStyle) Obtain a type mapping for the given encoding style.TypeMappingRegistryImpl.getOrMakeTypeMapping
(String encodingStyle) Obtain a type mapping for the given encodingStyle.DeserializationContext.getTypeMapping()
Get the TypeMapping for this DeserializationContextSerializationContext.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 TypeMappingModifier and TypeFieldDescriptionprotected static TypeMapping
Emitter.standardTypes
Field standardTypesMethods in org.apache.axis.wsdl.fromJava that return TypeMappingModifier and TypeMethodDescriptionEmitter.getDefaultTypeMapping()
Deprecated.Use getTypeMappingRegistry insteadEmitter.getTypeMapping()
Returns theTypeMapping
used by the serviceMethods in org.apache.axis.wsdl.fromJava with parameters of type TypeMappingModifier and TypeMethodDescriptionvoid
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 TypeMappingModifierConstructorDescriptionTypes
(javax.wsdl.Definition def, TypeMapping tm, TypeMapping defaultTM, Namespaces namespaces, String targetNamespace, List stopClasses, ServiceDesc serviceDesc) This class serailizes aClass
to XML Schema.Types
(javax.wsdl.Definition def, TypeMapping tm, TypeMapping defaultTM, Namespaces namespaces, String targetNamespace, 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 TypeMappingModifier and TypeMethodDescriptionEmitter.getDefaultTypeMapping()
Returns the defaultTypeMapping
used by the serviceMethods in org.apache.axis.wsdl.toJava with parameters of type TypeMappingModifier and TypeMethodDescriptionvoid
Emitter.setDefaultTypeMapping
(TypeMapping defaultTM) Sets the defaultTypeMapping
used by the service