Method Summary |
|
public Processor | getFirstProcessor() Get the first processor in the chain. |
public ProcessorChain | getNextProcessorChain() Get the processor chain that the URI should be working through after
finishing this one. |
public Processor | getProcessor(Class classType) Get the first processor that is of class classType or a
subclass of it.
Parameters: classType - the class of the requested processor. |
public Iterator | iterator() Get an iterator over the processors in this chain. |
public void | kickUpdate() |
public void | setNextChain(ProcessorChain nextProcessorChain) Set the processor chain that the URI should be working through after
finishing this one. |
public int | size() Get the number of processors in this chain. |