Uses of Class
com.sun.xml.wss.impl.WssSoapFaultException
-
Packages that use WssSoapFaultException Package Description com.sun.xml.rpc.security com.sun.xml.wss.impl com.sun.xml.wss.impl.misc com.sun.xml.wss.jaxws.impl com.sun.xml.wss.provider.wsit com.sun.xml.xwss -
-
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.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)
-