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
           
 
Fields inherited from class org.xmlsoap.schemas.wsdl.soap.TBody
__equalsCalc, __hashCodeCalc, encodingStyle, namespace, parts, use
 
Fields inherited from class org.xmlsoap.schemas.wsdl.TExtensibilityElement
required
 
Constructor Summary
TFaultRes()
           
 
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 org.xmlsoap.schemas.wsdl.soap.TBody
equals, getEncodingStyle, getNamespace, getParts, getUse, hashCode, setEncodingStyle, setNamespace, setParts, setUse
 
Methods inherited from class org.xmlsoap.schemas.wsdl.TExtensibilityElement
getRequired, setRequired
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

TFaultRes

public TFaultRes()
Method Detail

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