org.apache.wsif.compiler.util
Class TypeMapping
java.lang.Object
org.apache.wsif.compiler.util.TypeMapping
- All Implemented Interfaces:
- java.io.Serializable
- public class TypeMapping
- extends java.lang.Object
- implements java.io.Serializable
This class keeps all the info about a type mapping: the encoding style,
the XML element type, the Java type that's spsed to map to and the names
of the Java classes that implement the mapping between XML and Java.
- Author:
- Sanjiva Weerawarana (sanjiva@watson.ibm.com)
- See Also:
- Serialized Form
Field Summary |
javax.xml.namespace.QName |
elementType
Deprecated. |
java.lang.String |
javaType
Deprecated. |
Constructor Summary |
TypeMapping(javax.xml.namespace.QName elementType,
java.lang.String javaType)
Deprecated. |
Method Summary |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
elementType
public javax.xml.namespace.QName elementType
- Deprecated.
javaType
public java.lang.String javaType
- Deprecated.
TypeMapping
public TypeMapping(javax.xml.namespace.QName elementType,
java.lang.String javaType)
- Deprecated.
toString
public java.lang.String toString()
- Deprecated.
Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.