public interface ExtensionChain
ExtensionGenerator
or
ExtensionHandler
invokes the
next extension generator or handler in the chain through this interface.Modifier and Type | Method and Description |
---|---|
void |
doNext(ExtensionRequest request,
ExtensionResponse response)
Invokes the next extension generator or handler in this chain.
|
void doNext(ExtensionRequest request, ExtensionResponse response) throws RRDException, java.io.IOException
request
- an ExtensionRequest object containing the request
information to provide to members of this chain.response
- an ExtensionResponse object containing the response
information to provide to members of this chain.RRDException
- if an error occurs while processing this chain.java.io.IOException
- if an IOException occurs while processing this chain