|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--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.
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.
| 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 |
public static final java.lang.String copyright
| Constructor Detail |
public FilterImpl()
| Method Detail |
public int getContextVersion()
throws java.rmi.RemoteException
getContextVersion in interface FilterFilter.getContextVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||