Uses of Class
com.sun.xml.wss.impl.WssSoapFaultException
-
-
Uses of WssSoapFaultException in com.sun.xml.rpc.security
Methods in com.sun.xml.rpc.security with parameters of type WssSoapFaultException Modifier and Type Method Description javax.xml.rpc.soap.SOAPFaultExceptionSecurityPluginUtil. getSOAPFaultException(WssSoapFaultException sfe) -
Uses of WssSoapFaultException in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util that return WssSoapFaultException Modifier and Type Method Description static WssSoapFaultExceptionSOAPUtil. newSOAPFaultException(QName faultCode, String faultstring, Throwable th)Create and initialize a WssSoapFaultException.static WssSoapFaultExceptionSOAPUtil. newSOAPFaultException(QName faultCode, String faultstring, Throwable th, boolean faultDetail)Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type WssSoapFaultException Modifier and Type Method Description protected static SOAPFaultSOAPUtil. getSOAPFault(WssSoapFaultException sfe, SOAPFactory soapFactory, com.sun.xml.ws.api.SOAPVersion version)static SOAPFaultExceptionSOAPUtil. getSOAPFaultException(WssSoapFaultException ex, SOAPFactory factory, com.sun.xml.ws.api.SOAPVersion version) -
Uses of WssSoapFaultException in com.sun.xml.wss.impl
Methods in com.sun.xml.wss.impl that return WssSoapFaultException Modifier and Type Method Description static WssSoapFaultExceptionSecurableSoapMessage. newSOAPFaultException(String faultstring, Throwable th)Create and initialize a WssSoapFaultException.static WssSoapFaultExceptionSecurableSoapMessage. newSOAPFaultException(QName faultCode, String faultstring, Throwable th)Create and initialize a WssSoapFaultException.Methods in com.sun.xml.wss.impl with parameters of type WssSoapFaultException Modifier and Type Method Description voidSecurableSoapMessage. generateFault(WssSoapFaultException sfe) -
Uses of WssSoapFaultException in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc that return WssSoapFaultException Modifier and Type Method Description static WssSoapFaultExceptionDefaultSecurityEnvironmentImpl. newSOAPFaultException(QName faultCode, String faultstring, Throwable th)Create and initialize a WssSoapFaultException. -
Uses of WssSoapFaultException in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl with parameters of type WssSoapFaultException Modifier and Type Method Description protected SOAPFaultSecurityTubeBase. getSOAPFault(WssSoapFaultException sfe)protected SOAPFaultExceptionSecurityTubeBase. getSOAPFaultException(WssSoapFaultException sfe)Methods in com.sun.xml.wss.jaxws.impl that throw WssSoapFaultException Modifier and Type Method Description protected SOAPMessageSecurityServerTube. verifyInboundMessage(SOAPMessage message, ProcessingContext ctx)protected SOAPMessageSecurityTubeBase. verifyInboundMessage(SOAPMessage message, ProcessingContext ctx) -
Uses of WssSoapFaultException in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit with parameters of type WssSoapFaultException Modifier and Type Method Description protected SOAPFaultWSITAuthContextBase. getSOAPFault(WssSoapFaultException sfe)protected SOAPFaultExceptionWSITAuthContextBase. getSOAPFaultException(WssSoapFaultException sfe)Methods in com.sun.xml.wss.provider.wsit that throw WssSoapFaultException Modifier and Type Method Description protected SOAPMessageWSITClientAuthContext. verifyInboundMessage(SOAPMessage message, ProcessingContext ctx)protected SOAPMessageWSITServerAuthContext. verifyInboundMessage(SOAPMessage message, ProcessingContext ctx) -
Uses of WssSoapFaultException in com.sun.xml.xwss
Methods in com.sun.xml.xwss with parameters of type WssSoapFaultException Modifier and Type Method Description voidXWSSServerTube. addFault(WssSoapFaultException sfe, SOAPMessage soapMessage, boolean isSOAP12)protected SOAPFaultXWSSServerTube. getSOAPFault(WssSoapFaultException sfe)SOAPFaultExceptionXWSSClientTube. getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)SOAPFaultExceptionXWSSServerTube. getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)
-