|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.control.SoapFault
Web service developers can use the SoapFault class to control the shape of the detail of SOAP fault data.
Constructor Summary | |
SoapFault(weblogic.wsee.jws.wlw.SoapFaultException sfe)
|
Method Summary | |
weblogic.wsee.jws.wlw.schemas.soap11.Fault |
get11Fault()
|
weblogic.wsee.jws.wlw.schemas.soap12.Fault |
get12Fault()
|
org.apache.xmlbeans.XmlObject |
getDetail()
Returns the entire content of Detail element. |
org.apache.xmlbeans.XmlObject[] |
getDetailContents()
Returns an array of XmlObjects that are the immediate children of the SOAP Fault Detail element. |
boolean |
hasDetail()
|
boolean |
isSoap11()
|
boolean |
isSoap12()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SoapFault(weblogic.wsee.jws.wlw.SoapFaultException sfe)
Method Detail |
public weblogic.wsee.jws.wlw.schemas.soap11.Fault get11Fault()
public weblogic.wsee.jws.wlw.schemas.soap12.Fault get12Fault()
public org.apache.xmlbeans.XmlObject getDetail()
public org.apache.xmlbeans.XmlObject[] getDetailContents()
public boolean hasDetail()
public boolean isSoap11()
public boolean isSoap12()
|
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 |