com.amazonaws.mturk.filter
Class FinalFilter

java.lang.Object
  extended by com.amazonaws.mturk.filter.Filter
      extended by com.amazonaws.mturk.filter.FinalFilter

public class FinalFilter
extends Filter

Final Filter in the chain of filters which calls the axis stubs.


Constructor Summary
FinalFilter(AWSService service)
           
 
Method Summary
 Reply execute(Message m)
          This calls the Axis method to make the wsdl call and return the response
 boolean isRemovable()
          retun true if it can be removed from the chain of filters else false
 
Methods inherited from class com.amazonaws.mturk.filter.Filter
linkFilters, passMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinalFilter

public FinalFilter(AWSService service)
Method Detail

execute

public Reply execute(Message m)
This calls the Axis method to make the wsdl call and return the response

Specified by:
execute in class Filter
Parameters:
m - - request message got from previous filter
Returns:
result of the execution of this filter throws ServiceException on errors

isRemovable

public boolean isRemovable()
Description copied from class: Filter
retun true if it can be removed from the chain of filters else false

Overrides:
isRemovable in class Filter