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.
Get the first processor that is of class classType or a
subclass of it.
Parameters: classType - the class of the requested processor. the first processor matching the classType.
Set the processor chain that the URI should be working through after
finishing this one.
Parameters: nextProcessorChain - the chain that should be processed after thisone.