public abstract class AbstractRequestProcessor extends java.lang.Object implements RequestProcessor
| Modifier and Type | Field and Description |
|---|---|
protected RequestProcessor |
parent |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRequestProcessor(RequestProcessor parent) |
| Modifier and Type | Method and Description |
|---|---|
RequestProcessor |
getParent()
Returns the next RequestProcessor in the invocation chain.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserviceprotected final RequestProcessor parent
protected AbstractRequestProcessor(RequestProcessor parent)
public RequestProcessor getParent()
RequestProcessorgetParent in interface RequestProcessor