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(String faultstring, Throwable th)
          Create and initialize a WssSoapFaultException.
 

Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type WssSoapFaultException
protected static javax.xml.soap.SOAPFault SOAPUtil.getSOAPFault(WssSoapFaultException sfe, javax.xml.soap.SOAPFactory soapFactory, com.sun.xml.ws.api.SOAPVersion version)
           
static javax.xml.ws.soap.SOAPFaultException SOAPUtil.getSOAPFaultException(WssSoapFaultException ex, javax.xml.soap.SOAPFactory factory, com.sun.xml.ws.api.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  javax.xml.soap.SOAPFault SecurityTubeBase.getSOAPFault(WssSoapFaultException sfe)
           
protected  javax.xml.ws.soap.SOAPFaultException SecurityTubeBase.getSOAPFaultException(WssSoapFaultException sfe)
           
 

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

Methods in com.sun.xml.wss.provider.wsit that throw WssSoapFaultException
protected  javax.xml.soap.SOAPMessage WSITServerAuthContext.verifyInboundMessage(javax.xml.soap.SOAPMessage message, ProcessingContext ctx)
           
protected  javax.xml.soap.SOAPMessage WSITClientAuthContext.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
 void XWSSServerTube.addFault(WssSoapFaultException sfe, javax.xml.soap.SOAPMessage soapMessage, boolean isSOAP12)
           
protected  javax.xml.soap.SOAPFault XWSSServerTube.getSOAPFault(WssSoapFaultException sfe)
           
 javax.xml.ws.soap.SOAPFaultException XWSSClientTube.getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)
           
 javax.xml.ws.soap.SOAPFaultException XWSSServerTube.getSOAPFaultException(WssSoapFaultException sfe, boolean isSOAP12)
           
 



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