|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ExceptionHandler interface encapsulates a service which takes actions when exceptions occur during request/response handling in the WebServices Gateway.
Field Summary | |
---|---|
static java.lang.String |
copyright
Deprecated. Copyright string. |
static java.lang.String |
JNDI_NAME
Deprecated. |
Method Summary | |
---|---|
ExceptionAction |
handleException(java.lang.String channelName,
java.lang.String gatewayServiceName,
java.lang.String operationName,
java.lang.String originator,
org.apache.wsif.WSIFRequest requestMessage,
java.lang.Throwable exception)
Deprecated. Called by a channel when an exception is caught as a result of processing a request. |
Field Detail |
public static final java.lang.String copyright
public static final java.lang.String JNDI_NAME
Method Detail |
public ExceptionAction handleException(java.lang.String channelName, java.lang.String gatewayServiceName, java.lang.String operationName, java.lang.String originator, org.apache.wsif.WSIFRequest requestMessage, java.lang.Throwable exception) throws WSGWException, java.rmi.RemoteException
channelName
- The name of the processing channel.gatewayServiceName
- The name of the service being invoked, if available.operationName
- The name of the operation being invoked, if available.originator
- The identity of the originator of the request.requestMessage
- The request message.exception
- The exception.
WSGWException
- The exception has been mapped to this exception.
java.rmi.RemoteException
- Required for EJB remote interfaces.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |