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 javax.xml.soap.SOAPFaultSOAPUtil. getSOAPFault(WssSoapFaultException sfe, javax.xml.soap.SOAPFactory soapFactory, SOAPVersion version)static javax.xml.ws.soap.SOAPFaultExceptionSOAPUtil. getSOAPFaultException(WssSoapFaultException ex, javax.xml.soap.SOAPFactory factory, 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 javax.xml.soap.SOAPFaultSecurityTubeBase. getSOAPFault(WssSoapFaultException sfe)protected javax.xml.ws.soap.SOAPFaultExceptionSecurityTubeBase. getSOAPFaultException(WssSoapFaultException sfe)Methods in com.sun.xml.wss.jaxws.impl that throw WssSoapFaultException Modifier and Type Method Description protected javax.xml.soap.SOAPMessageSecurityServerTube. verifyInboundMessage(javax.xml.soap.SOAPMessage message, ProcessingContext ctx)protected javax.xml.soap.SOAPMessageSecurityTubeBase. verifyInboundMessage(javax.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 javax.xml.soap.SOAPFaultWSITAuthContextBase. getSOAPFault(WssSoapFaultException sfe)protected javax.xml.ws.soap.SOAPFaultExceptionWSITAuthContextBase. getSOAPFaultException(WssSoapFaultException sfe)Methods in com.sun.xml.wss.provider.wsit that throw WssSoapFaultException Modifier and Type Method Description protected javax.xml.soap.SOAPMessageWSITClientAuthContext. verifyInboundMessage(javax.xml.soap.SOAPMessage message, ProcessingContext ctx)protected javax.xml.soap.SOAPMessageWSITServerAuthContext. verifyInboundMessage(javax.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, javax.xml.soap.SOAPMessage soapMessage, boolean isSOAP12)protected javax.xml.soap.SOAPFaultXWSSServerTube. getSOAPFault(WssSoapFaultException sfe)javax.xml.ws.soap.SOAPFaultExceptionXWSSClientTube. getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)javax.xml.ws.soap.SOAPFaultExceptionXWSSServerTube. getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)
-