Uses of Class
org.apache.axis.encoding.TypeMappingDelegate

Packages that use TypeMappingDelegate
org.apache.axis.encoding   
 

Uses of TypeMappingDelegate in org.apache.axis.encoding
 

Methods in org.apache.axis.encoding that return TypeMappingDelegate
 TypeMappingDelegate TypeMappingDelegate.getNext()
          getDelegate gets the new Delegate TypeMapping
static TypeMappingDelegate DefaultTypeMappingImpl.getSingletonDelegate()
          Obtain the singleton default typemapping.
static TypeMappingDelegate DefaultSOAPEncodingTypeMappingImpl.createWithDelegate()
           
 

Methods in org.apache.axis.encoding with parameters of type TypeMappingDelegate
 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.
 DeserializerFactory TypeMappingImpl.finalGetDeserializer(java.lang.Class javaType, QName xmlType, TypeMappingDelegate start)
           
 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.
 QName TypeMappingImpl.getTypeQName(java.lang.Class javaType, TypeMappingDelegate next)
           
 java.lang.Class TypeMappingImpl.getClassForQName(QName xmlType, java.lang.Class javaType, TypeMappingDelegate next)
           
 java.lang.Class[] TypeMappingImpl.getAllClasses(TypeMappingDelegate next)
          Returns an array of all the classes contained within this mapping
 DeserializerFactory TypeMappingDelegate.getDeserializer(java.lang.Class javaType, QName xmlType, TypeMappingDelegate start)
           
 void TypeMappingDelegate.setNext(TypeMappingDelegate next)
          setDelegate sets the new Delegate TypeMapping
 



Copyright © 2005 Apache Web Services Project. All Rights Reserved.