org.jboss.axis.encoding
Class DefaultSOAPEncodingTypeMappingImpl

java.lang.Object
  extended by org.jboss.axis.encoding.TypeMappingImpl
      extended by org.jboss.axis.encoding.DefaultTypeMappingImpl
          extended by org.jboss.axis.encoding.DefaultSOAPEncodingTypeMappingImpl
All Implemented Interfaces:
javax.xml.rpc.encoding.TypeMapping
Direct Known Subclasses:
DefaultSOAP12TypeMappingImpl

public class DefaultSOAPEncodingTypeMappingImpl
extends DefaultTypeMappingImpl

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

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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.axis.encoding.TypeMappingImpl
TypeMappingImpl.Pair
 
Field Summary
 
Fields inherited from class org.jboss.axis.encoding.TypeMappingImpl
delegate
 
Constructor Summary
protected DefaultSOAPEncodingTypeMappingImpl()
           
 
Method Summary
static TypeMapping create()
          Construct TypeMapping
 
Methods inherited from class org.jboss.axis.encoding.DefaultTypeMappingImpl
getSingleton, myRegister, myRegisterSimple, register, removeDeserializer, removeSerializer, setSupportedEncodings
 
Methods inherited from class org.jboss.axis.encoding.TypeMappingImpl
getAllClasses, getClassForQName, getDelegate, getDeserializer, getDeserializer, getSerializer, getSerializer, getSupportedEncodings, getTypeQName, 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()
Method Detail

create

public static TypeMapping create()
Construct TypeMapping



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.