Uses of Class
org.apache.axis.encoding.TypeMappingDelegate
Packages that use TypeMappingDelegate
-
Uses of TypeMappingDelegate in org.apache.axis.encoding
Methods in org.apache.axis.encoding that return TypeMappingDelegateModifier and TypeMethodDescriptionstatic TypeMappingDelegate
DefaultSOAPEncodingTypeMappingImpl.createWithDelegate()
TypeMappingDelegate.getNext()
getDelegate gets the new Delegate TypeMappingstatic TypeMappingDelegate
DefaultTypeMappingImpl.getSingletonDelegate()
Obtain the singleton default typemapping.Methods in org.apache.axis.encoding with parameters of type TypeMappingDelegateModifier and TypeMethodDescriptionTypeMappingImpl.finalGetDeserializer
(Class javaType, QName xmlType, TypeMappingDelegate start) Class[]
TypeMappingImpl.getAllClasses
(TypeMappingDelegate next) Returns an array of all the classes contained within this mappingTypeMappingImpl.getClassForQName
(QName xmlType, Class javaType, TypeMappingDelegate next) TypeMappingDelegate.getDeserializer
(Class javaType, QName xmlType, TypeMappingDelegate start) TypeMappingImpl.getDeserializer
(Class javaType, QName xmlType, TypeMappingDelegate start) Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.TypeMappingImpl.getTypeQName
(Class javaType, TypeMappingDelegate next) TypeMappingImpl.getTypeQNameExact
(Class javaType, TypeMappingDelegate next) Get the QName for this Java class, but only return a specific mapping if there is one.void
TypeMappingDelegate.setNext
(TypeMappingDelegate next) setDelegate sets the new Delegate TypeMapping