A C D E F G H I J L M N P R S T U W

A

AUTH_PASSWORD - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the password used for authentication - provided by WSIF.
AUTH_SUBJECT - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the authenticated Subject.
AUTH_USER_NAME - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the user name used for authentication - provided by WSIF.

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
Deprecated. Indicate that the filter implementation uses workarea for context.
CONTEXT_VERSION_WSIF_MESSAGE - Static variable in interface com.ibm.wsgw.beans.Filter
Deprecated. 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.GatewayContextNames
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.RoutingRemote
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.RoutingHome
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.Routing
Deprecated. Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.MessageWarehouseRemote
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.MessageWarehouseHome
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.MessageWarehouse
Deprecated. Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.FilterRemote
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.FilterLocalHome
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.FilterLocal
Copyright string.
copyright - Static variable in class com.ibm.wsgw.beans.FilterImpl
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.FilterHome
Copyright string.
copyright - Static variable in class com.ibm.wsgw.beans.FilterException
Copyright string.
copyright - Static variable in class com.ibm.wsgw.beans.FilterAction
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.Filter
Deprecated. Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.ExceptionHandlerRemote
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.ExceptionHandlerHome
Copyright string.
copyright - Static variable in interface com.ibm.wsgw.beans.ExceptionHandler
Deprecated. Copyright string.
copyright - Static variable in class com.ibm.wsgw.beans.ExceptionAction
Copyright string.
create() - Method in interface com.ibm.wsgw.beans.RoutingHome
Creates a Routing session bean.
create() - Method in interface com.ibm.wsgw.beans.MessageWarehouseHome
Creates a MessageWarehouse session bean.
create() - Method in interface com.ibm.wsgw.beans.FilterLocalHome
Creates a filter session bean.
create() - Method in interface com.ibm.wsgw.beans.FilterHome
Creates a Channel 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
Deprecated. 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.
Deprecated. This Web services Gateway-specific interface is going to be replaced in a future release by a common WebSphere interface
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.
Deprecated. This Web services Gateway-specific interface is going to be replaced in a future release by a common WebSphere interface
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
 
FilterLocal - interface com.ibm.wsgw.beans.FilterLocal.
This interface provides the local view of a filter bean bean.
FilterLocalHome - interface com.ibm.wsgw.beans.FilterLocalHome.
This interface provides a local home for filter session beans.
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
Deprecated. 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
Deprecated. Called when an outgoing response is being processed, before the response is passed to the originator of the request.

G

GATEWAY_SERVICE_NAME - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the gateway service name.
GatewayContextNames - interface com.ibm.wsgw.GatewayContextNames.
Provides constants containing the valid context names for the WebServices Gateway.
getAction() - Method in class com.ibm.wsgw.beans.ExceptionAction
Returns the action.
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.
getContextVersion() - Method in interface com.ibm.wsgw.beans.Filter
Deprecated. This method returns an int to indicate the method that this filter uses to access 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
Deprecated. Returns the currently selected target service for the request.
getSeverity() - Method in class com.ibm.wsgw.WSGWException
Returns the exception message severity.
getTargetPortName(WSIFRequest) - Method in interface com.ibm.wsgw.beans.Routing
Deprecated. Returns the currently selected target port name for the request.
getTargetServiceDefinition(WSIFRequest, TargetServiceLocation) - Method in interface com.ibm.wsgw.beans.Routing
Deprecated. Returns the WSDL definition for the target service.
getTargetServices(WSIFRequest) - Method in interface com.ibm.wsgw.beans.Routing
Deprecated. 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
Deprecated. This method returns a string form of the version of the filter implementation.
getWSGWStackTrace() - Method in class com.ibm.wsgw.WSGWException
Returns the stack trace as a string.

H

handleException(String, String, String, String, WSIFRequest, Throwable) - Method in interface com.ibm.wsgw.beans.ExceptionHandler
Deprecated. 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
Deprecated. 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
Deprecated. The JNDI location at which the Annotation service is to be found.
JNDI_NAME - Static variable in interface com.ibm.wsgw.beans.MessageWarehouse
Deprecated.  
JNDI_NAME - Static variable in interface com.ibm.wsgw.beans.ExceptionHandler
Deprecated.  

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
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.
logRequest(String, String, String, String, Timestamp, WSIFRequest, Serializable[]) - Method in interface com.ibm.wsgw.beans.MessageWarehouse
Deprecated. 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
Deprecated. Stores a response, along with information about the channel and the destination for the response.

M

MESSAGE_ID - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the message identifier.
messageKey - Variable in class com.ibm.wsgw.WSGWException
The exception message key.
MessageWarehouse - interface com.ibm.wsgw.beans.MessageWarehouse.
Deprecated. This Web services Gateway-specific interface is going to be replaced in a future release by a common WebSphere interface
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.

P

PROXY_PASSWORD - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the password used for proxy authentication - provided by WSIF.
PROXY_USER_NAME - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the user name used for proxy authentication - provided by WSIF.

R

RECEIVING_CHANNEL_NAME - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the receiving channel name.
RETHROW_EXCEPTION - Static variable in class com.ibm.wsgw.beans.ExceptionAction
This value indicates that the exception should be re-thrown.
RETRY_COUNT - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the retry count.
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.
Deprecated. This Web services Gateway-specific interface is going to be replaced in a future release by a common WebSphere interface
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
Deprecated. Sets the selected target service for the request.
setSelectedTargetServiceLocation(WSIFRequest, TargetServiceLocation) - Method in interface com.ibm.wsgw.beans.Routing
Deprecated. Sets the selected target service for the request.
setTargetPortName(WSIFRequest, String) - Method in interface com.ibm.wsgw.beans.Routing
Deprecated. 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.
SOAP_HEADERS - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the SOAP headers - provided by WSIF.
SOAP_REQUEST_HEADERS - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the SOAP headers - provided by WSIF.
SOAP_RESPONSE_HEADERS - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the SOAP headers - provided by WSIF.
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.

T

TARGET_PORT_NAME - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the port name to be used for invoking the target service.
TARGET_SERVICE_LOCATION - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the target service name.
TIMEOUT_TIME - Static variable in interface com.ibm.wsgw.GatewayContextNames
The context name for the timeout time.

U

UNREFERENCED_REQUEST_ATTACHMENTS - Static variable in interface com.ibm.wsgw.GatewayContextNames
Unreferenced attachments are stored in an java.util.ArrayList in the context.
UNREFERENCED_RESPONSE_ATTACHMENTS - Static variable in interface com.ibm.wsgw.GatewayContextNames
Unreferenced attachments are stored in an java.util.ArrayList in the context.

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.

A C D E F G H I J L M N P R S T U W

Copyright © 2002 IBM. All Rights Reserved.