|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException weblogic.wsee.jws.wlw.SoapFaultException
public class SoapFaultException
The SoapFaultException
is a wrapper exception that enables the
web service developer to generate a specific SOAP fault.
Field Summary | |
---|---|
static int |
FAULT_SOAP11
Deprecated. |
static int |
FAULT_SOAP12
Deprecated. |
static int |
FAULT_UNKNOWN
Deprecated. |
Constructor Summary | |
---|---|
SoapFaultException(org.apache.xmlbeans.XmlObject xmlObj)
Deprecated. User wants to own the shape of the fault. |
|
SoapFaultException(org.apache.xmlbeans.XmlObject[] detailContent)
Deprecated. Assumes the user just wants to generate the fault document defined in the WSDL for the current operation. |
|
SoapFaultException(org.apache.xmlbeans.XmlObject detailContent,
String s)
Deprecated. |
Method Summary | |
---|---|
org.apache.xmlbeans.XmlObject[] |
getDetail()
Deprecated. |
org.apache.xmlbeans.XmlObject |
getFault()
Deprecated. |
boolean |
hasDetail()
Deprecated. |
boolean |
hasFault()
Deprecated. |
boolean |
isCausedBySender()
Deprecated. |
void |
setCausedBySender(boolean senderIsCause)
Deprecated. Settes the code in the SoapFault: for Soap 1.2 Sender/Receiver, for Soap 1.1 Client/Server |
int |
soapFaultVersion()
Deprecated. |
Methods inherited from class java.lang.Throwable |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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_UNKNOWN
public static final int FAULT_SOAP11
public static final int FAULT_SOAP12
Constructor Detail |
---|
public SoapFaultException(org.apache.xmlbeans.XmlObject detailContent, String s)
detailContent
- - only the content of Details element
(can contain attributes and elements)public SoapFaultException(org.apache.xmlbeans.XmlObject[] detailContent)
detailContent
- public SoapFaultException(org.apache.xmlbeans.XmlObject xmlObj)
xmlObj
- the entire Fault XmlBean if it's weblogic.wsee.schema.soapEnv11.Fault or weblogic.wsee.schema.soapEnv12.Fault
or xmlObj represents the details to be put inside the faultMethod Detail |
---|
public boolean hasDetail()
public boolean hasFault()
public org.apache.xmlbeans.XmlObject[] getDetail()
public boolean isCausedBySender()
public org.apache.xmlbeans.XmlObject getFault()
public int soapFaultVersion()
public void setCausedBySender(boolean senderIsCause)
senderIsCause
- if true: Sender (Client for Soap 1.1)
else: Receiver (Server for Soap 1.1)
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |