|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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
Deprecated. Copyright string. |
Fields inherited from interface com.ibm.wsgw.beans.Filter |
---|
CONTEXT_VERSION_WORKAREA, CONTEXT_VERSION_WSIF_MESSAGE |
Constructor Summary | |
---|---|
FilterImpl()
Deprecated. |
Method Summary | |
---|---|
int |
getContextVersion()
Deprecated. 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 Filter
java.rmi.RemoteException
- Required for EJB remote interfaces.Filter.getContextVersion()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |