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

Packages that use WssSoapFaultException
com.sun.xml.rpc.security   
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.wss.impl
 

Methods in com.sun.xml.wss.impl that return WssSoapFaultException
static WssSoapFaultException SecurableSoapMessage.newSOAPFaultException(javax.xml.namespace.QName faultCode, java.lang.String faultstring, java.lang.Throwable th)
          Create and initialize a WssSoapFaultException.
static WssSoapFaultException SecurableSoapMessage.newSOAPFaultException(java.lang.String faultstring, java.lang.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(javax.xml.namespace.QName faultCode, java.lang.String faultstring, java.lang.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 WSITClientAuthContext.verifyInboundMessage(javax.xml.soap.SOAPMessage message, ProcessingContext ctx)
           
protected  javax.xml.soap.SOAPMessage WSITServerAuthContext.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-2012 Oracle Corporation. All Rights Reserved.