Uses of Class
com.sun.xml.ws.security.trust.WSTrustSOAPFaultException
-
Packages that use WSTrustSOAPFaultException Package Description 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 Modifier and Type Class Description classWSSCSOAPFaultExceptionCaptures 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 Modifier and Type Method Description static jakarta.xml.soap.SOAPFaultWSTrustUtil. createSOAP11Fault(WSTrustSOAPFaultException sfex)create and return a SOAP 1.1 Fault corresponding to this exceptionstatic jakarta.xml.soap.SOAPFaultWSTrustUtil. createSOAP12Fault(WSTrustSOAPFaultException sfex)create and return a SOAP 1.2 Fault corresponding to this exception
-