org.xmlsoap.schemas.wsdl.soap
Class TFaultRes
java.lang.Object
|
+--org.xmlsoap.schemas.wsdl.TExtensibilityElement
|
+--org.xmlsoap.schemas.wsdl.soap.TBody
|
+--org.xmlsoap.schemas.wsdl.soap.TFaultRes
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TFault
- public abstract class TFaultRes
- extends TBody
- implements java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Method Summary |
(package private) static void |
()
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
typeDesc
private static org.apache.axis.description.TypeDesc typeDesc
TFaultRes
public TFaultRes()
static void ()
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Serializer
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Deserializer