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 TypeMappingMessageContext. 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 TypeMappingCall. getTypeMapping() -
Uses of TypeMapping in org.apache.axis.configuration
Methods in org.apache.axis.configuration that return TypeMapping Modifier and Type Method Description TypeMappingNullProvider. getTypeMapping(java.lang.String encodingStyle)TypeMappingSimpleProvider. 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 TypeMappingWSDDDeployment. getTypeMapping(java.lang.String encodingStyle)TypeMappingWSDDService. 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 TypeMappingJavaServiceDesc. getTypeMapping()TypeMappingServiceDesc. getTypeMapping()Methods in org.apache.axis.description with parameters of type TypeMapping Modifier and Type Method Description voidJavaServiceDesc. loadServiceDescByIntrospection(java.lang.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 TypeMapping Modifier and Type Class Description classTypeMappingDelegateThe 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 TypeMappingTypeMappingRegistry. getOrMakeTypeMapping(java.lang.String encodingStyle)Obtain a type mapping for the given encoding style.TypeMappingTypeMappingRegistryImpl. getOrMakeTypeMapping(java.lang.String encodingStyle)Obtain a type mapping for the given encodingStyle.TypeMappingDeserializationContext. getTypeMapping()Get the TypeMapping for this DeserializationContextTypeMappingSerializationContext. 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 TypeMappingEmitter. standardTypesField standardTypesMethods in org.apache.axis.wsdl.fromJava that return TypeMapping Modifier and Type Method Description TypeMappingEmitter. getDefaultTypeMapping()Deprecated.Use getTypeMappingRegistry insteadTypeMappingEmitter. getTypeMapping()Returns theTypeMappingused by the serviceMethods in org.apache.axis.wsdl.fromJava with parameters of type TypeMapping Modifier and Type Method Description voidEmitter. 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 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 aClassto 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 aClassto 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 TypeMappingEmitter. getDefaultTypeMapping()Returns the defaultTypeMappingused by the serviceMethods in org.apache.axis.wsdl.toJava with parameters of type TypeMapping Modifier and Type Method Description voidEmitter. setDefaultTypeMapping(TypeMapping defaultTM)Sets the defaultTypeMappingused by the service
-