|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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(XmlObject xmlObj)
Deprecated. User wants to own the shape of the fault. |
|
SoapFaultException(XmlObject[] detailContent)
Deprecated. Assumes the user just wants to generate the fault document defined in the WSDL for the current operation. |
|
SoapFaultException(XmlObject detailContent,
String s)
Deprecated. |
Method Summary | |
---|---|
XmlObject[] |
getDetail()
Deprecated. |
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 |
---|
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_UNKNOWN
public static final int FAULT_SOAP11
public static final int FAULT_SOAP12
Constructor Detail |
---|
public SoapFaultException(XmlObject detailContent, String s)
detailContent
- - only the content of Details element
(can contain attributes and elements)public SoapFaultException(XmlObject[] detailContent)
detailContent
- public SoapFaultException(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 fault
Method Detail
hasDetail
public boolean hasDetail()
- Deprecated.
- Returns:
- whether the fault contains detail
hasFault
public boolean hasFault()
- Deprecated.
- Returns:
- whether this holds a fault
getDetail
public XmlObject[] getDetail()
- Deprecated.
- Returns:
- detail
isCausedBySender
public boolean isCausedBySender()
- Deprecated.
- Returns:
- senderIsCause
getFault
public XmlObject getFault()
- Deprecated.
- Returns:
- fault
soapFaultVersion
public int soapFaultVersion()
- Deprecated.
- Returns:
- soapFaultVersion
setCausedBySender
public void setCausedBySender(boolean senderIsCause)
- Deprecated.
- Settes the code in the SoapFault:
for Soap 1.2 Sender/Receiver,
for Soap 1.1 Client/Server
- Parameters:
senderIsCause
- if true: Sender (Client for Soap 1.1)
else: Receiver (Server for Soap 1.1)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)
Part Number E13941-05
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD