org.apache.axis.encoding
Class DefaultSOAPEncodingTypeMappingImpl

java.lang.Object
  extended byorg.apache.axis.encoding.TypeMappingImpl
      extended byorg.apache.axis.encoding.DefaultTypeMappingImpl
          extended byorg.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl
All Implemented Interfaces:
TypeMapping, TypeMapping
Direct Known Subclasses:
DefaultSOAP12TypeMappingImpl

public class DefaultSOAPEncodingTypeMappingImpl
extends DefaultTypeMappingImpl

This is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping See DefaultTypeMapping for more information.

Author:
Rich Scheuerle (scheu@us.ibm.com)

Nested Class Summary
 
Nested classes inherited from class org.apache.axis.encoding.TypeMappingImpl
TypeMappingImpl.Pair
 
Field Summary
 
Fields inherited from class org.apache.axis.encoding.TypeMappingImpl
delegate, doAutoTypes, log
 
Constructor Summary
protected DefaultSOAPEncodingTypeMappingImpl()
           
protected DefaultSOAPEncodingTypeMappingImpl(boolean UseJaxRPC11Mappings)
           
 
Method Summary
static TypeMapping create()
          Construct TypeMapping
static TypeMapping createWithDelegate(boolean UseJaxRPC11Mappings)
           
 
Methods inherited from class org.apache.axis.encoding.DefaultTypeMappingImpl
getSingleton, myRegister, myRegisterSimple, register, removeDeserializer, removeSerializer, setSupportedEncodings
 
Methods inherited from class org.apache.axis.encoding.TypeMappingImpl
getAllClasses, getClassForQName, getDelegate, getDeserializer, getDeserializer, getSerializer, getSerializer, getSupportedEncodings, getTypeQName, getTypeQNameExact, getTypeQNameRecursive, getXMLType, internalRegister, isRegistered, setDelegate, setDoAutoTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSOAPEncodingTypeMappingImpl

protected DefaultSOAPEncodingTypeMappingImpl()

DefaultSOAPEncodingTypeMappingImpl

protected DefaultSOAPEncodingTypeMappingImpl(boolean UseJaxRPC11Mappings)
Method Detail

create

public static TypeMapping create()
Construct TypeMapping


createWithDelegate

public static TypeMapping createWithDelegate(boolean UseJaxRPC11Mappings)


Copyright ? 2003 Apache Web Services Project. All Rights Reserved.