C D E F G H I J L M N R S W

C

com.ibm.wsgw - package com.ibm.wsgw
 
com.ibm.wsgw.beans - package com.ibm.wsgw.beans
 
CONTEXT_VERSION_WORKAREA - Static variable in interface com.ibm.wsgw.beans.Filter
Indicate that the filter implementation uses workarea for context.
CONTEXT_VERSION_WSIF_MESSAGE - Static variable in interface com.ibm.wsgw.beans.Filter
Indicate that the filter implementation uses WSIF message for context.
copyright - Static variable in class com.ibm.wsgw.WSGWException
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.MessageWarehouseRemote
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.Routing
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.MessageWarehouseHome
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.Filter
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.FilterHome
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.ExceptionHandlerRemote
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.RoutingHome
Copyright string.
copyright - Static variable in class com.ibm.wsgw.beans.ExceptionAction
Copyright string.
copyright - Static variable in class com.ibm.wsgw.beans.FilterAction
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.FilterRemote
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.ExceptionHandler
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.ExceptionHandlerHome
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.RoutingRemote
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.MessageWarehouse
Copyright string.
copyright - Static variable in class com.ibm.wsgw.beans.FilterImpl
Copyright string.
copyright - Static variable in class com.ibm.wsgw.beans.FilterException
Copyright string.
create() - Method in interface com.ibm.wsgw.beans.MessageWarehouseHome
Creates a MessageWarehouse session bean.
create() - Method in interface com.ibm.wsgw.beans.FilterHome
Creates a Channel session bean.
create() - Method in interface com.ibm.wsgw.beans.RoutingHome
Creates a Routing session bean.
create() - Method in interface com.ibm.wsgw.beans.ExceptionHandlerHome
Creates a ExceptionHandler session bean.

D

destroy(String) - Method in interface com.ibm.wsgw.beans.Filter
Notifies the filter that it has been removed from the WebServices Gateway.

E

ExceptionAction - class com.ibm.wsgw.beans.ExceptionAction.
The ExceptionAction interface encapsulates the action to be taken following an exception in a channel.
ExceptionAction() - Constructor for class com.ibm.wsgw.beans.ExceptionAction
 
ExceptionHandler - interface com.ibm.wsgw.beans.ExceptionHandler.
The ExceptionHandler interface encapsulates a service which takes actions when exceptions occur during request/response handling in the WebServices Gateway.
ExceptionHandlerHome - interface com.ibm.wsgw.beans.ExceptionHandlerHome.
This interface provides a Home for ExceptionHandler session beans.
ExceptionHandlerRemote - interface com.ibm.wsgw.beans.ExceptionHandlerRemote.
This interface provides the remote view of the ExceptionHandler bean.

F

Filter - interface com.ibm.wsgw.beans.Filter.
The Filter interface allows beans to be plugged in to the Gateway to be called during processing of request and responses.
FilterAction - class com.ibm.wsgw.beans.FilterAction.
The FilterAction class represents the action required as a result of a Filter invocation.
FilterAction() - Constructor for class com.ibm.wsgw.beans.FilterAction
 
FilterException - exception com.ibm.wsgw.beans.FilterException.
This exception is thrown by a Filter implementation to indicate that some filter-specific error occurred.
FilterException(String) - Constructor for class com.ibm.wsgw.beans.FilterException
Constructor.
FilterHome - interface com.ibm.wsgw.beans.FilterHome.
This interface provides a Home for Channel session beans.
FilterImpl - class com.ibm.wsgw.beans.FilterImpl.
The FilterImpl class provides a partial implementation of the Filter interface for use as a base-class for WSGateway filters.
FilterImpl() - Constructor for class com.ibm.wsgw.beans.FilterImpl
 
FilterRemote - interface com.ibm.wsgw.beans.FilterRemote.
This interface provides the remote view of the Channel bean.
filterRequest(WSIFRequest, WSIFResponse) - Method in interface com.ibm.wsgw.beans.Filter
Called when an incoming request is being processed, before the request is passed to the target service.
filterResponse(WSIFRequest, WSIFResponse) - Method in interface com.ibm.wsgw.beans.Filter
Called when an outgoing response is being processed, before the response is passed to the originator of the request.

G

getAction() - Method in class com.ibm.wsgw.beans.ExceptionAction
Returns the action.
getContextVersion() - Method in interface com.ibm.wsgw.beans.Filter
This method returns an int to indicate the method that this filter uses to access context information.
getContextVersion() - Method in class com.ibm.wsgw.beans.FilterImpl
The implementation of the getContextVersion() method provided by this class indicates that WorkArea will be used to access WSGateway context information.
getContinueProcessing() - Method in class com.ibm.wsgw.beans.FilterAction
Returns the continue processing flag for this action.
getFaultMessage() - Method in class com.ibm.wsgw.beans.ExceptionAction
Returns the fault message, if any.
getInserts() - Method in class com.ibm.wsgw.WSGWException
Returns the exception message inserts (if any).
getLocalizedMessage() - Method in class com.ibm.wsgw.WSGWException
Returns a localized copy of the message.
getLocalizedMessage(Locale) - Method in class com.ibm.wsgw.WSGWException
Returns a localized copy of the message.
getMessage() - Method in class com.ibm.wsgw.WSGWException
Returns the message.
getMessageKey() - Method in class com.ibm.wsgw.WSGWException
Returns the exception message key.
getNestedException() - Method in class com.ibm.wsgw.WSGWException
Returns the exception which caused this exception to be thrown.
getNestedStackTrace() - Method in class com.ibm.wsgw.WSGWException
Returns the nested exception's stack trace as a string (if any).
getSelectedTargetServiceLocation(WSIFRequest) - Method in interface com.ibm.wsgw.beans.Routing
Returns the currently selected target service for the request.
getSeverity() - Method in class com.ibm.wsgw.WSGWException
Returns the exception message severity.
getStackTrace() - Method in class com.ibm.wsgw.WSGWException
Returns the stack trace as a string.
getTargetPortName(WSIFRequest) - Method in interface com.ibm.wsgw.beans.Routing
Returns the currently selected target port name for the request.
getTargetServiceDefinition(WSIFRequest, TargetServiceLocation) - Method in interface com.ibm.wsgw.beans.Routing
Returns the WSDL definition for the target service.
getTargetServices(WSIFRequest) - Method in interface com.ibm.wsgw.beans.Routing
Returns the target services which are mapped by the gateway service on which the request was received.
getUpdatedRequest() - Method in class com.ibm.wsgw.beans.FilterAction
Returns the updated request value for this action.
getUpdatedResponse() - Method in class com.ibm.wsgw.beans.FilterAction
Returns the updated response value for this action.
getVersionString() - Method in interface com.ibm.wsgw.beans.Filter
This method returns a string form of the version of the filter implementation.

H

handleException(String, String, String, String, WSIFRequest, Throwable) - Method in interface com.ibm.wsgw.beans.ExceptionHandler
Called by a channel when an exception is caught as a result of processing a request.

I

init(String) - Method in interface com.ibm.wsgw.beans.Filter
Notifies the filter that it has been configured for the WebServices Gateway.
inserts - Variable in class com.ibm.wsgw.WSGWException
The exception message inserts.

J

JNDI_NAME - Static variable in interface com.ibm.wsgw.beans.Routing
The JNDI location at which the Annotation service is to be found.
JNDI_NAME - Static variable in interface com.ibm.wsgw.beans.ExceptionHandler
 
JNDI_NAME - Static variable in interface com.ibm.wsgw.beans.MessageWarehouse
 

L

LOG_EXCEPTION - Static variable in class com.ibm.wsgw.beans.ExceptionAction
This value indicates that the exception should be logged, then ignored.
logException(String, String, String, String, Timestamp, WSIFRequest, Throwable, Serializable[]) - Method in interface com.ibm.wsgw.beans.MessageWarehouse
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.
logRequest(String, String, String, String, Timestamp, WSIFRequest, Serializable[]) - Method in interface com.ibm.wsgw.beans.MessageWarehouse
Stores a request, along with information about the channel and originator of the message.
logResponse(String, String, Timestamp, WSIFResponse, Serializable[]) - Method in interface com.ibm.wsgw.beans.MessageWarehouse
Stores a response, along with information about the channel and the destination for the response.

M

messageKey - Variable in class com.ibm.wsgw.WSGWException
The exception message key.
MessageWarehouse - interface com.ibm.wsgw.beans.MessageWarehouse.
The MessageWarehouse interface encapsulates a service which stores messages for archival.
MessageWarehouseHome - interface com.ibm.wsgw.beans.MessageWarehouseHome.
This interface provides a Home for MessageWarehouse session beans.
MessageWarehouseRemote - interface com.ibm.wsgw.beans.MessageWarehouseRemote.
This interface provides the remote view of the MessageWarehouse bean.

N

nestedException - Variable in class com.ibm.wsgw.WSGWException
The exception which caused this exception to be thrown.
nestedStackTrace - Variable in class com.ibm.wsgw.WSGWException
The nested exception stack trace.

R

RETHROW_EXCEPTION - Static variable in class com.ibm.wsgw.beans.ExceptionAction
This value indicates that the exception should be re-thrown.
RETURN_FAULT - Static variable in class com.ibm.wsgw.beans.ExceptionAction
This value indicates that the exception should be discarded and the given fault message returned to the originator.
Routing - interface com.ibm.wsgw.beans.Routing.
The Routing interface encapsulates a service which manages routing for requests.
RoutingHome - interface com.ibm.wsgw.beans.RoutingHome.
This interface provides a Home for Routing session beans.
RoutingRemote - interface com.ibm.wsgw.beans.RoutingRemote.
This interface provides the remote view of the Routing bean.

S

setAction(int) - Method in class com.ibm.wsgw.beans.ExceptionAction
Sets the action.
setContinueProcessing(boolean) - Method in class com.ibm.wsgw.beans.FilterAction
Sets the continue processing flag for this action.
setFaultMessage(WSIFMessage) - Method in class com.ibm.wsgw.beans.ExceptionAction
Sets the fault message.
setSelectedTargetServiceIdentity(WSIFRequest, String) - Method in interface com.ibm.wsgw.beans.Routing
Sets the selected target service for the request.
setSelectedTargetServiceLocation(WSIFRequest, TargetServiceLocation) - Method in interface com.ibm.wsgw.beans.Routing
Sets the selected target service for the request.
setTargetPortName(WSIFRequest, String) - Method in interface com.ibm.wsgw.beans.Routing
Sets the currently selected target port name for the request.
setUpdatedRequest(WSIFRequest) - Method in class com.ibm.wsgw.beans.FilterAction
Sets the updated request value for this action.
setUpdatedResponse(WSIFResponse) - Method in class com.ibm.wsgw.beans.FilterAction
Sets the updated response value for this action.
severity - Variable in class com.ibm.wsgw.WSGWException
The exception message severity.
stackTrace - Variable in class com.ibm.wsgw.WSGWException
The stack trace.
stackTraceToString(Throwable) - Method in class com.ibm.wsgw.WSGWException
Returns the stack trace as a string.

W

WSGWException - exception com.ibm.wsgw.WSGWException.
Defines the WSGWException class.
WSGWException(long, String) - Constructor for class com.ibm.wsgw.WSGWException
Constructor.
WSGWException(long, String, Object[]) - Constructor for class com.ibm.wsgw.WSGWException
Constructor.
WSGWException(long, String, Object[], Throwable) - Constructor for class com.ibm.wsgw.WSGWException
Constructor.
WSGWException(long, String, Throwable) - Constructor for class com.ibm.wsgw.WSGWException
Constructor.
WSGWException(String) - Constructor for class com.ibm.wsgw.WSGWException
Constructor.

C D E F G H I J L M N R S W

Copyright © 2002 IBM. All Rights Reserved.