|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WsSecurityFaultException | |
---|---|
org.springframework.ws.soap.security | Provides WS-Security implementation classes. |
org.springframework.ws.soap.security.wss4j | Contains classes for using the Apache WSS4J WS-Security implementation within Spring-WS. |
org.springframework.ws.soap.security.xwss | Contains classes for using the XML and WebServices Security WS-Security implementation within Spring-WS. |
Uses of WsSecurityFaultException in org.springframework.ws.soap.security |
---|
Methods in org.springframework.ws.soap.security with parameters of type WsSecurityFaultException | |
---|---|
protected boolean |
AbstractWsSecurityInterceptor.handleFaultException(WsSecurityFaultException ex,
MessageContext messageContext)
Handles a fault exception.Default implementation logs the given exception, and creates a SOAP Fault with the properties of the given exception, and returns false . |
Uses of WsSecurityFaultException in org.springframework.ws.soap.security.wss4j |
---|
Subclasses of WsSecurityFaultException in org.springframework.ws.soap.security.wss4j | |
---|---|
class |
Wss4jSecurityFaultException
WSS4J-specific version of the WsSecurityFaultException . |
Uses of WsSecurityFaultException in org.springframework.ws.soap.security.xwss |
---|
Subclasses of WsSecurityFaultException in org.springframework.ws.soap.security.xwss | |
---|---|
class |
XwsSecurityFaultException
XWSS-specific version of the WsSecurityFaultException . |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |