|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.wsgw.beans.FilterAction
The FilterAction class represents the action required as a result of a Filter invocation.
The action may include one or more of:
Field Summary | |
static java.lang.String |
copyright
Copyright string. |
Constructor Summary | |
FilterAction()
|
Method Summary | |
boolean |
getContinueProcessing()
Returns the continue processing flag for this action. |
org.apache.wsif.WSIFRequest |
getUpdatedRequest()
Returns the updated request value for this action. |
org.apache.wsif.WSIFResponse |
getUpdatedResponse()
Returns the updated response value for this action. |
void |
setContinueProcessing(boolean newValue)
Sets the continue processing flag for this action. |
void |
setUpdatedRequest(org.apache.wsif.WSIFRequest newValue)
Sets the updated request value for this action. |
void |
setUpdatedResponse(org.apache.wsif.WSIFResponse newValue)
Sets the updated response value for this action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String copyright
Constructor Detail |
public FilterAction()
Method Detail |
public void setUpdatedRequest(org.apache.wsif.WSIFRequest newValue)
If the new value is null, the request is not updated.
newValue
- The new value for the updated request.public org.apache.wsif.WSIFRequest getUpdatedRequest()
- public void setUpdatedResponse(org.apache.wsif.WSIFResponse newValue)
If the new value is null, the response is not updated.
newValue
- The new value for the updated response.public org.apache.wsif.WSIFResponse getUpdatedResponse()
- public void setContinueProcessing(boolean newValue)
newValue
- The new value for the continue processing flag.public boolean getContinueProcessing()
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |