org.apache.axis.deployment.wsdd
Class WSDDTypeMapping

java.lang.Object
  |
  +--org.apache.axis.deployment.wsdd.WSDDElement
        |
        +--org.apache.axis.deployment.wsdd.WSDDTypeMapping
All Implemented Interfaces:
java.io.Serializable

public class WSDDTypeMapping
extends WSDDElement

See Also:
Serialized Form

Fields inherited from class org.apache.axis.deployment.wsdd.WSDDElement
children, element
 
Constructor Summary
WSDDTypeMapping(org.w3c.dom.Element e)
           
 
Method Summary
 java.lang.Class getDeserializer()
           
 java.lang.String getEncodingStyle()
           
 java.lang.Class getLanguageSpecificType()
           
 java.lang.String getName()
           
 QName getQName()
           
 java.lang.String getRef()
           
 java.lang.Class getSerializer()
           
 
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDElement
getElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDDTypeMapping

public WSDDTypeMapping(org.w3c.dom.Element e)
                throws WSDDException
Method Detail

getName

public java.lang.String getName()

getRef

public java.lang.String getRef()

getEncodingStyle

public java.lang.String getEncodingStyle()

getQName

public QName getQName()

getLanguageSpecificType

public java.lang.Class getLanguageSpecificType()
                                        throws java.lang.ClassNotFoundException

getSerializer

public java.lang.Class getSerializer()
                              throws java.lang.ClassNotFoundException

getDeserializer

public java.lang.Class getDeserializer()
                                throws java.lang.ClassNotFoundException


Copyright © 2001 Apache XML Project. All Rights Reserved.