Uses of Class
com.sun.xml.ws.security.trust.WSTrustSOAPFaultException

Packages that use WSTrustSOAPFaultException
com.sun.xml.ws.security.secconv   
com.sun.xml.ws.security.trust.util   
 

Uses of WSTrustSOAPFaultException in com.sun.xml.ws.security.secconv
 

Subclasses of WSTrustSOAPFaultException in com.sun.xml.ws.security.secconv
 class WSSCSOAPFaultException
          Captures the SOAPFault that needs to be thrown by an Security Context Token Service when a processing error occurs
 

Uses of WSTrustSOAPFaultException in com.sun.xml.ws.security.trust.util
 

Methods in com.sun.xml.ws.security.trust.util with parameters of type WSTrustSOAPFaultException
static javax.xml.soap.SOAPFault WSTrustUtil.createSOAP11Fault(WSTrustSOAPFaultException sfex)
          create and return a SOAP 1.1 Fault corresponding to this exception
static javax.xml.soap.SOAPFault WSTrustUtil.createSOAP12Fault(WSTrustSOAPFaultException sfex)
          create and return a SOAP 1.2 Fault corresponding to this exception