Uses of Class
org.apache.axis.encoding.TypeMappingDelegate
-
Packages that use TypeMappingDelegate Package Description org.apache.axis.encoding -
-
Uses of TypeMappingDelegate in org.apache.axis.encoding
Methods in org.apache.axis.encoding that return TypeMappingDelegate Modifier and Type Method Description static TypeMappingDelegate
DefaultSOAPEncodingTypeMappingImpl. createWithDelegate()
TypeMappingDelegate
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 TypeMappingDelegate Modifier and Type Method Description DeserializerFactory
TypeMappingImpl. finalGetDeserializer(java.lang.Class javaType, QName xmlType, TypeMappingDelegate start)
java.lang.Class[]
TypeMappingImpl. getAllClasses(TypeMappingDelegate next)
Returns an array of all the classes contained within this mappingjava.lang.Class
TypeMappingImpl. getClassForQName(QName xmlType, java.lang.Class javaType, TypeMappingDelegate next)
DeserializerFactory
TypeMappingDelegate. getDeserializer(java.lang.Class javaType, QName xmlType, TypeMappingDelegate start)
DeserializerFactory
TypeMappingImpl. getDeserializer(java.lang.Class javaType, QName xmlType, TypeMappingDelegate start)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.QName
TypeMappingImpl. getTypeQName(java.lang.Class javaType, TypeMappingDelegate next)
QName
TypeMappingImpl. getTypeQNameExact(java.lang.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
-