|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtensionChain
An ExtensionChain allows an arbitrary sequence of extension generators or
extension handlers to be executed. An ExtensionGenerator
or
ExtensionHandler
invokes the
next extension generator or handler in the chain through this interface.
Method Summary | |
---|---|
void |
doNext(ExtensionRequest request,
ExtensionResponse response)
Invokes the next extension generator or handler in this chain. |
Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |