|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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:
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
copyright
Deprecated. Copyright string. |
Constructor Summary | |
---|---|
FilterAction()
Deprecated. |
Method Summary | |
---|---|
boolean |
getContinueProcessing()
Deprecated. Returns the continue processing flag for this action. |
org.apache.wsif.WSIFRequest |
getUpdatedRequest()
Deprecated. Returns the updated request value for this action. |
org.apache.wsif.WSIFResponse |
getUpdatedResponse()
Deprecated. Returns the updated response value for this action. |
void |
setContinueProcessing(boolean newValue)
Deprecated. Sets the continue processing flag for this action. |
void |
setUpdatedRequest(org.apache.wsif.WSIFRequest newValue)
Deprecated. Sets the updated request value for this action. |
void |
setUpdatedResponse(org.apache.wsif.WSIFResponse newValue)
Deprecated. 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |