com.ibm.wsgw.beans
Interface ExceptionHandler

All Known Subinterfaces:
ExceptionHandlerRemote

Deprecated. This Web services Gateway-specific interface is going to be replaced in a future release by a common WebSphere interface

public interface ExceptionHandler

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

copyright

public static final java.lang.String copyright
Deprecated. 
Copyright string. Any code placed between the comments will be over written

See Also:
Constant Field Values

JNDI_NAME

public static final java.lang.String JNDI_NAME
Deprecated. 
See Also:
Constant Field Values
Method Detail

handleException

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
Deprecated. 
Called by a channel when an exception is caught as a result of processing a request.

Parameters:
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.
Returns:
An object which indicates the required action.
Throws:
WSGWException - The exception has been mapped to this exception.
java.rmi.RemoteException - Required for EJB remote interfaces.
See Also:


Copyright © 2002 IBM. All Rights Reserved.