Uses of Class
com.sun.xml.wss.impl.WssSoapFaultException
-
Packages that use WssSoapFaultException Package Description 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.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 jakarta.xml.soap.SOAPFaultSecurityTubeBase. getSOAPFault(WssSoapFaultException sfe)protected jakarta.xml.ws.soap.SOAPFaultExceptionSecurityTubeBase. getSOAPFaultException(WssSoapFaultException sfe)Methods in com.sun.xml.wss.jaxws.impl that throw WssSoapFaultException Modifier and Type Method Description protected jakarta.xml.soap.SOAPMessageSecurityServerTube. verifyInboundMessage(jakarta.xml.soap.SOAPMessage message, ProcessingContext ctx)protected jakarta.xml.soap.SOAPMessageSecurityTubeBase. verifyInboundMessage(jakarta.xml.soap.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 jakarta.xml.soap.SOAPFaultWSITAuthContextBase. getSOAPFault(WssSoapFaultException sfe)protected jakarta.xml.ws.soap.SOAPFaultExceptionWSITAuthContextBase. getSOAPFaultException(WssSoapFaultException sfe)Methods in com.sun.xml.wss.provider.wsit that throw WssSoapFaultException Modifier and Type Method Description protected jakarta.xml.soap.SOAPMessageWSITClientAuthContext. verifyInboundMessage(jakarta.xml.soap.SOAPMessage message, ProcessingContext ctx)protected jakarta.xml.soap.SOAPMessageWSITServerAuthContext. verifyInboundMessage(jakarta.xml.soap.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, jakarta.xml.soap.SOAPMessage soapMessage, boolean isSOAP12)protected jakarta.xml.soap.SOAPFaultXWSSServerTube. getSOAPFault(WssSoapFaultException sfe)jakarta.xml.ws.soap.SOAPFaultExceptionXWSSClientTube. getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)jakarta.xml.ws.soap.SOAPFaultExceptionXWSSServerTube. getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)
-