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 TypeMethodDescriptionvoidJavaServiceDesc.loadServiceDescByIntrospection(Class cls, TypeMapping tm) Fill in a service description by introspecting the implementation class.voidJavaServiceDesc.setTypeMapping(TypeMapping tm) voidServiceDesc.setTypeMapping(TypeMapping tm) -
Uses of TypeMapping in org.apache.axis.encoding
Classes in org.apache.axis.encoding that implement TypeMappingModifier and TypeClassDescriptionclassThe 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 TypeMappingEmitter.standardTypesField standardTypesMethods in org.apache.axis.wsdl.fromJava that return TypeMappingModifier and TypeMethodDescriptionEmitter.getDefaultTypeMapping()Deprecated.Use getTypeMappingRegistry insteadEmitter.getTypeMapping()Returns theTypeMappingused by the serviceMethods in org.apache.axis.wsdl.fromJava with parameters of type TypeMappingModifier and TypeMethodDescriptionvoidEmitter.setDefaultTypeMapping(TypeMapping tm) Deprecated.Use setTypeMappingRegistry insteadvoidEmitter.setTypeMapping(TypeMapping tm) Sets theTypeMappingused 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 aClassto XML Schema.Types(javax.wsdl.Definition def, TypeMapping tm, TypeMapping defaultTM, Namespaces namespaces, String targetNamespace, List stopClasses, ServiceDesc serviceDesc, Emitter emitter) This class serailizes aClassto 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 defaultTypeMappingused by the serviceMethods in org.apache.axis.wsdl.toJava with parameters of type TypeMappingModifier and TypeMethodDescriptionvoidEmitter.setDefaultTypeMapping(TypeMapping defaultTM) Sets the defaultTypeMappingused by the service