org.apache.axis.deployment.v2dd
Class V2DDMap

java.lang.Object
  |
  +--org.apache.axis.deployment.v2dd.V2DDElement
        |
        +--org.apache.axis.deployment.v2dd.V2DDMap
All Implemented Interfaces:
java.io.Serializable

public class V2DDMap
extends V2DDElement

See Also:
Serialized Form

Fields inherited from class org.apache.axis.deployment.v2dd.V2DDElement
element
 
Constructor Summary
V2DDMap(org.w3c.dom.Element e)
           
 
Method Summary
 java.lang.String getEncodingStyle()
           
 java.lang.Class getJava2XMLClass()
           
 java.lang.Class getJavaType()
           
 QName getQName()
           
 java.lang.Class getXML2JavaClass()
           
 
Methods inherited from class org.apache.axis.deployment.v2dd.V2DDElement
getElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

V2DDMap

public V2DDMap(org.w3c.dom.Element e)
Method Detail

getEncodingStyle

public java.lang.String getEncodingStyle()

getQName

public QName getQName()

getJavaType

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

getJava2XMLClass

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

getXML2JavaClass

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


Copyright © 2001 Apache XML Project. All Rights Reserved.