|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
weblogic.wsee.jws.SoapFaultException
The SoapFaultException is a wrapper exception that enables the web service developer to generate a specific SOAP fault.
com.bea.control.SoapFault
,
Serialized FormField Summary | |
static int |
FAULT_SOAP11
|
static int |
FAULT_SOAP12
|
static int |
FAULT_UNKNOWN
|
Constructor Summary | |
SoapFaultException(com.bea.xml.XmlObject xmlObj)
User wants to own the shape of the fault. |
|
SoapFaultException(com.bea.xml.XmlObject[] detailContent)
Assumes the user just wants to generate the fault document defined in the WSDL for the current operation. |
|
SoapFaultException(com.bea.xml.XmlObject detailContent,
String s)
Deprecated. |
Method Summary | |
com.bea.xml.XmlObject[] |
getDetail()
|
com.bea.xml.XmlObject |
getFault()
|
boolean |
hasDetail()
|
boolean |
hasFault()
|
boolean |
isCausedBySender()
|
void |
setCausedBySender(boolean senderIsCause)
Settes the code in the SoapFault: for Soap 1.2 Sender/Receiver, for Soap 1.1 Client/Server |
int |
soapFaultVersion()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int FAULT_SOAP11
public static final int FAULT_SOAP12
public static final int FAULT_UNKNOWN
Constructor Detail |
public SoapFaultException(com.bea.xml.XmlObject xmlObj)
public SoapFaultException(com.bea.xml.XmlObject[] detailContent)
public SoapFaultException(com.bea.xml.XmlObject detailContent, String s)
Method Detail |
public com.bea.xml.XmlObject[] getDetail()
public com.bea.xml.XmlObject getFault()
public boolean hasDetail()
public boolean hasFault()
public boolean isCausedBySender()
public void setCausedBySender(boolean senderIsCause)
senderIsCause
- if true: Sender (Client for Soap 1.1)
else: Receiver (Server for Soap 1.1)public int soapFaultVersion()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |