Uses of Class
com.sun.xml.wss.impl.WssSoapFaultException
Packages that use WssSoapFaultException
Package
Description
-
Uses of WssSoapFaultException in com.sun.xml.rpc.security
Methods in com.sun.xml.rpc.security with parameters of type WssSoapFaultExceptionModifier and TypeMethodDescriptionjavax.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 WssSoapFaultExceptionModifier and TypeMethodDescriptionstatic 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 WssSoapFaultExceptionModifier and TypeMethodDescriptionprotected 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 WssSoapFaultExceptionModifier and TypeMethodDescriptionstatic 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 WssSoapFaultExceptionModifier and TypeMethodDescriptionvoidSecurableSoapMessage.generateFault(WssSoapFaultException sfe) -
Uses of WssSoapFaultException in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc that return WssSoapFaultExceptionModifier and TypeMethodDescriptionstatic 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 WssSoapFaultExceptionModifier and TypeMethodDescriptionprotected 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 WssSoapFaultExceptionModifier and TypeMethodDescriptionprotected 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 WssSoapFaultExceptionModifier and TypeMethodDescriptionprotected 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 WssSoapFaultExceptionModifier and TypeMethodDescriptionprotected 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 WssSoapFaultExceptionModifier and TypeMethodDescriptionvoidXWSSServerTube.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)