|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.wsdl.symbolTable.FaultInfo
Fault information object. This should probably really be FaultEntry and it should be a subclass of SymTabEntry, but faults aren't first-class objects in WSDL, so I'm not sure what the FaultEntry should contain and how it should be constructed, so for now leave it as a simple object.
Constructor Summary | |
FaultInfo(javax.wsdl.Fault fault,
Use use,
String namespace,
SymbolTable symbolTable)
This constructor creates FaultInfo for a binding fault. |
|
FaultInfo(javax.xml.namespace.QName faultMessage,
String faultPart,
String faultUse,
String faultNamespaceURI,
SymbolTable symbolTable)
|
|
FaultInfo(javax.wsdl.extensions.soap.SOAPHeaderFault fault,
SymbolTable symbolTable)
This constructor creates FaultInfo for a soap:headerFault. |
Method Summary | |
javax.wsdl.Message |
getMessage()
|
String |
getName()
Return the name of the fault. |
javax.xml.namespace.QName |
getQName()
Return the QName of a fault. |
Use |
getUse()
|
javax.xml.namespace.QName |
getXMLType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FaultInfo(javax.wsdl.Fault fault, Use use, String namespace, SymbolTable symbolTable)
public FaultInfo(javax.wsdl.extensions.soap.SOAPHeaderFault fault, SymbolTable symbolTable) throws IOException
public FaultInfo(javax.xml.namespace.QName faultMessage, String faultPart, String faultUse, String faultNamespaceURI, SymbolTable symbolTable) throws IOException
Method Detail |
public javax.wsdl.Message getMessage()
public javax.xml.namespace.QName getXMLType()
public Use getUse()
public javax.xml.namespace.QName getQName()
public String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |