Uses of Class
com.sun.xml.wss.impl.WssSoapFaultException

Packages that use WssSoapFaultException
com.sun.xml.rpc.security   
com.sun.xml.ws.security.opt.impl.util   
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
 javax.xml.rpc.soap.SOAPFaultException SecurityPluginUtil.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
static WssSoapFaultException SOAPUtil.newSOAPFaultException(QName faultCode, String faultstring, Throwable th)
          Create and initialize a WssSoapFaultException.
static WssSoapFaultException SOAPUtil.newSOAPFaultException(QName faultCode, String faultstring, Throwable th, boolean faultDetail)
           
 

Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type WssSoapFaultException
protected static SOAPFault SOAPUtil.getSOAPFault(WssSoapFaultException sfe, SOAPFactory soapFactory, SOAPVersion version)
           
static SOAPFaultException SOAPUtil.getSOAPFaultException(WssSoapFaultException ex, SOAPFactory factory, SOAPVersion version)
           
 

Uses of WssSoapFaultException in com.sun.xml.wss.impl
 

Methods in com.sun.xml.wss.impl that return WssSoapFaultException
static WssSoapFaultException SecurableSoapMessage.newSOAPFaultException(QName faultCode, String faultstring, Throwable th)
          Create and initialize a WssSoapFaultException.
static WssSoapFaultException SecurableSoapMessage.newSOAPFaultException(String faultstring, Throwable th)
          Create and initialize a WssSoapFaultException.
 

Methods in com.sun.xml.wss.impl with parameters of type WssSoapFaultException
 void SecurableSoapMessage.generateFault(WssSoapFaultException sfe)
           
 

Uses of WssSoapFaultException in com.sun.xml.wss.impl.misc
 

Methods in com.sun.xml.wss.impl.misc that return WssSoapFaultException
static WssSoapFaultException DefaultSecurityEnvironmentImpl.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
protected  SOAPFault SecurityTubeBase.getSOAPFault(WssSoapFaultException sfe)
           
protected  SOAPFaultException SecurityTubeBase.getSOAPFaultException(WssSoapFaultException sfe)
           
 

Methods in com.sun.xml.wss.jaxws.impl that throw WssSoapFaultException
protected  SOAPMessage SecurityServerTube.verifyInboundMessage(SOAPMessage message, ProcessingContext ctx)
           
protected  SOAPMessage SecurityTubeBase.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
protected  SOAPFault WSITAuthContextBase.getSOAPFault(WssSoapFaultException sfe)
           
protected  SOAPFaultException WSITAuthContextBase.getSOAPFaultException(WssSoapFaultException sfe)
           
 

Methods in com.sun.xml.wss.provider.wsit that throw WssSoapFaultException
protected  SOAPMessage WSITClientAuthContext.verifyInboundMessage(SOAPMessage message, ProcessingContext ctx)
           
protected  SOAPMessage WSITServerAuthContext.verifyInboundMessage(SOAPMessage message, ProcessingContext ctx)
           
 

Uses of WssSoapFaultException in com.sun.xml.xwss
 

Methods in com.sun.xml.xwss with parameters of type WssSoapFaultException
 void XWSSServerTube.addFault(WssSoapFaultException sfe, SOAPMessage soapMessage, boolean isSOAP12)
           
protected  SOAPFault XWSSServerTube.getSOAPFault(WssSoapFaultException sfe)
           
 SOAPFaultException XWSSClientTube.getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)
           
 SOAPFaultException XWSSServerTube.getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.