|
||||||||||
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
This exception is thrown by a Filter implementation to indicate that some filter-specific error occurred. |
Methods in com.ibm.wsgw.beans that throw WSGWException | |
java.util.Hashtable |
Routing.getTargetServices(org.apache.wsif.WSIFRequest request)
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,
com.ibm.wsgw.config.TargetServiceLocation targetServiceLocation)
Sets the selected target service for the request. |
org.apache.wsif.WSIFRequest |
Routing.setSelectedTargetServiceIdentity(org.apache.wsif.WSIFRequest request,
java.lang.String targetServiceIdentity)
Sets the selected target service for the request. |
com.ibm.wsgw.config.TargetServiceLocation |
Routing.getSelectedTargetServiceLocation(org.apache.wsif.WSIFRequest request)
Returns the currently selected target service for the request. |
java.lang.String |
Routing.getTargetPortName(org.apache.wsif.WSIFRequest request)
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)
Sets the currently selected target port name for the request. |
javax.wsdl.Definition |
Routing.getTargetServiceDefinition(org.apache.wsif.WSIFRequest request,
com.ibm.wsgw.config.TargetServiceLocation targetServiceLocation)
Returns the WSDL definition for the target service. |
FilterAction |
Filter.filterRequest(org.apache.wsif.WSIFRequest request,
org.apache.wsif.WSIFResponse response)
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)
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)
Notifies the filter that it has been configured for the WebServices Gateway. |
void |
Filter.destroy(java.lang.String filterName)
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)
Called by a channel when an exception is caught as a result of processing a request. |
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)
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)
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)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |