com.ibm.wsgw.beans
Class FilterAction

java.lang.Object
  |
  +--com.ibm.wsgw.beans.FilterAction
All Implemented Interfaces:
java.io.Serializable

public class FilterAction
extends java.lang.Object
implements java.io.Serializable

The FilterAction class represents the action required as a result of a Filter invocation.

The action may include one or more of:

Version:
1.4
Author:
 
See Also:
, Serialized Form

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

copyright

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

FilterAction

public FilterAction()
Method Detail

setUpdatedRequest

public void setUpdatedRequest(org.apache.wsif.WSIFRequest newValue)
Sets the updated request value for this action.

If the new value is null, the request is not updated.

Parameters:
newValue - The new value for the updated request.
Returns:
 
See Also:

getUpdatedRequest

public org.apache.wsif.WSIFRequest getUpdatedRequest()
Returns the updated request value for this action.
Parameters:
-  
Returns:
The updated request value for this action.
See Also:

setUpdatedResponse

public void setUpdatedResponse(org.apache.wsif.WSIFResponse newValue)
Sets the updated response value for this action.

If the new value is null, the response is not updated.

Parameters:
newValue - The new value for the updated response.
Returns:
 
See Also:

getUpdatedResponse

public org.apache.wsif.WSIFResponse getUpdatedResponse()
Returns the updated response value for this action.
Parameters:
-  
Returns:
The updated response value for this action.
See Also:

setContinueProcessing

public void setContinueProcessing(boolean newValue)
Sets the continue processing flag for this action.
Parameters:
newValue - The new value for the continue processing flag.
Returns:
 
See Also:

getContinueProcessing

public boolean getContinueProcessing()
Returns the continue processing flag for this action.
Parameters:
-  
Returns:
The continue processing flag for this action.
See Also:


Copyright © 2002 IBM. All Rights Reserved.