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 TypeMappingDelegateDefaultSOAPEncodingTypeMappingImpl. createWithDelegate()TypeMappingDelegateTypeMappingDelegate. getNext()getDelegate gets the new Delegate TypeMappingstatic TypeMappingDelegateDefaultTypeMappingImpl. getSingletonDelegate()Obtain the singleton default typemapping.Methods in org.apache.axis.encoding with parameters of type TypeMappingDelegate Modifier and Type Method Description DeserializerFactoryTypeMappingImpl. 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.ClassTypeMappingImpl. getClassForQName(QName xmlType, java.lang.Class javaType, TypeMappingDelegate next)DeserializerFactoryTypeMappingDelegate. getDeserializer(java.lang.Class javaType, QName xmlType, TypeMappingDelegate start)DeserializerFactoryTypeMappingImpl. getDeserializer(java.lang.Class javaType, QName xmlType, TypeMappingDelegate start)Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.QNameTypeMappingImpl. getTypeQName(java.lang.Class javaType, TypeMappingDelegate next)QNameTypeMappingImpl. getTypeQNameExact(java.lang.Class javaType, TypeMappingDelegate next)Get the QName for this Java class, but only return a specific mapping if there is one.voidTypeMappingDelegate. setNext(TypeMappingDelegate next)setDelegate sets the new Delegate TypeMapping
-