com.ibm.wsgw.beans
Class FilterImpl

java.lang.Object
  |
  +--com.ibm.wsgw.beans.FilterImpl
All Implemented Interfaces:
Filter

public abstract class FilterImpl
extends java.lang.Object
implements Filter

The FilterImpl class provides a partial implementation of the Filter interface for use as a base-class for WSGateway filters.

A default implementation of the getContextVersion() method is provided to indicate that WorkArea will be used by the filter for accessing WSGateway context information during invocation.

Version:
 
Author:
 
See Also:

Field Summary
static java.lang.String copyright
          Copyright string.
 
Fields inherited from interface com.ibm.wsgw.beans.Filter
CONTEXT_VERSION_WORKAREA, CONTEXT_VERSION_WSIF_MESSAGE
 
Constructor Summary
FilterImpl()
           
 
Method Summary
 int getContextVersion()
          The implementation of the getContextVersion() method provided by this class indicates that WorkArea will be used to access WSGateway context information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.wsgw.beans.Filter
destroy, filterRequest, filterResponse, getVersionString, init
 

Field Detail

copyright

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

FilterImpl

public FilterImpl()
Method Detail

getContextVersion

public int getContextVersion()
                      throws java.rmi.RemoteException
The implementation of the getContextVersion() method provided by this class indicates that WorkArea will be used to access WSGateway context information.
Specified by:
getContextVersion in interface Filter
See Also:
Filter.getContextVersion()


Copyright © 2002 IBM. All Rights Reserved.