com.bea.control
Class JAXRPCSoapFault

java.lang.Object
  extended by com.bea.control.SoapFault
      extended by com.bea.control.JAXRPCSoapFault
All Implemented Interfaces:
Serializable

public class JAXRPCSoapFault
extends SoapFault
implements Serializable

Web service developers can use the SoapFault class to control the shape of the detail of SOAP fault data.

See Also:
Serialized Form

Constructor Summary
JAXRPCSoapFault(javax.xml.rpc.soap.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.
 boolean hasDetail()
           
 boolean isSoap11()
           
 boolean isSoap12()
           
 
Methods inherited from class com.bea.control.SoapFault
getDetailContents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXRPCSoapFault

public JAXRPCSoapFault(javax.xml.rpc.soap.SOAPFaultException sfe)
Method Detail

hasDetail

public boolean hasDetail()
Overrides:
hasDetail in class SoapFault

getDetail

public org.apache.xmlbeans.XmlObject getDetail()
Returns the entire content of Detail element. Clients can use the XmlCursor API to extract complex content from the Detail, including attributes.

Overrides:
getDetail in class SoapFault
Returns:
the SOAP Fault Detail content

isSoap11

public boolean isSoap11()
Overrides:
isSoap11 in class SoapFault

isSoap12

public boolean isSoap12()
Overrides:
isSoap12 in class SoapFault

get11Fault

public weblogic.wsee.jws.wlw.schemas.soap11.Fault get11Fault()
Overrides:
get11Fault in class SoapFault

get12Fault

public weblogic.wsee.jws.wlw.schemas.soap12.Fault get12Fault()
Overrides:
get12Fault in class SoapFault