Uses of Class
com.bea.control.SoapFault

Packages that use SoapFault
com.bea.control   
 

Uses of SoapFault in com.bea.control
 

Subclasses of SoapFault in com.bea.control
 class JAXRPCSoapFault
          Web service developers can use the SoapFault class to control the shape of the detail of SOAP fault data.
 

Methods in com.bea.control that return SoapFault
 SoapFault ServiceControlException.getSoapFault()
           
 

Methods in com.bea.control with parameters of type SoapFault
 void ServiceControlException.setSoapFault(SoapFault soapFault)