|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSGWException | |
---|---|
com.ibm.wsgw.beans |
Uses of WSGWException in com.ibm.wsgw.beans |
---|
Subclasses of WSGWException in com.ibm.wsgw.beans | |
class |
FilterException
Deprecated. |
Methods in com.ibm.wsgw.beans that throw WSGWException | |
java.util.Hashtable |
Routing.getTargetServices(org.apache.wsif.WSIFRequest request)
Deprecated. Returns the target services which are mapped by the gateway service on which the request was received. |
org.apache.wsif.WSIFRequest |
Routing.setSelectedTargetServiceLocation(org.apache.wsif.WSIFRequest request,
TargetServiceLocation targetServiceLocation)
Deprecated. Sets the selected target service for the request. |
org.apache.wsif.WSIFRequest |
Routing.setSelectedTargetServiceIdentity(org.apache.wsif.WSIFRequest request,
java.lang.String targetServiceIdentity)
Deprecated. Sets the selected target service for the request. |
TargetServiceLocation |
Routing.getSelectedTargetServiceLocation(org.apache.wsif.WSIFRequest request)
Deprecated. Returns the currently selected target service for the request. |
java.lang.String |
Routing.getTargetPortName(org.apache.wsif.WSIFRequest request)
Deprecated. Returns the currently selected target port name for the request. |
org.apache.wsif.WSIFRequest |
Routing.setTargetPortName(org.apache.wsif.WSIFRequest request,
java.lang.String portName)
Deprecated. Sets the currently selected target port name for the request. |
javax.wsdl.Definition |
Routing.getTargetServiceDefinition(org.apache.wsif.WSIFRequest request,
TargetServiceLocation targetServiceLocation)
Deprecated. Returns the WSDL definition for the target service. |
void |
MessageWarehouse.logRequest(java.lang.String channelName,
java.lang.String originator,
java.lang.String gatewayServiceName,
java.lang.String operationName,
java.sql.Timestamp receiptTime,
org.apache.wsif.WSIFRequest request,
java.io.Serializable[] details)
Deprecated. Stores a request, along with information about the channel and originator of the message. |
void |
MessageWarehouse.logResponse(java.lang.String channelName,
java.lang.String destination,
java.sql.Timestamp sendTime,
org.apache.wsif.WSIFResponse response,
java.io.Serializable[] details)
Deprecated. Stores a response, along with information about the channel and the destination for the response. |
void |
MessageWarehouse.logException(java.lang.String channelName,
java.lang.String originator,
java.lang.String gatewayServiceName,
java.lang.String operationName,
java.sql.Timestamp exceptionTime,
org.apache.wsif.WSIFRequest request,
java.lang.Throwable exception,
java.io.Serializable[] details)
Deprecated. Stores a request in the event of an exception occurring within the Gateway, with the exception information along with the channel and the originator of the request. |
FilterAction |
Filter.filterRequest(org.apache.wsif.WSIFRequest request,
org.apache.wsif.WSIFResponse response)
Deprecated. Called when an incoming request is being processed, before the request is passed to the target service. |
FilterAction |
Filter.filterResponse(org.apache.wsif.WSIFRequest request,
org.apache.wsif.WSIFResponse response)
Deprecated. Called when an outgoing response is being processed, before the response is passed to the originator of the request. |
void |
Filter.init(java.lang.String filterName)
Deprecated. Notifies the filter that it has been configured for the WebServices Gateway. |
void |
Filter.destroy(java.lang.String filterName)
Deprecated. Notifies the filter that it has been removed from the WebServices Gateway. |
ExceptionAction |
ExceptionHandler.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |