|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RestChainHandler
Interfaces for implementations of RestChainHandlers, which are used
to modify or augment the RestResults generated by a
RestCommand. RestChainHandlers are associated with
specific RestCommands by configuring them via wlp-restapi-config.xml.
| Method Summary | |
|---|---|
RestResult |
doDelete(RestContext restContext,
RestResult restResult)
Processes the result of a DELETE method RestCommand |
RestResult |
doGet(RestContext restContext,
RestResult restResult)
Processes the result of a GET method RestCommand |
RestResult |
doPost(RestContext restContext,
RestResult restResult)
Processes the result of a POST method RestCommand |
RestResult |
doPut(RestContext restContext,
RestResult restResult)
Processes the result of a PUT method RestCommand |
| Method Detail |
|---|
RestResult doGet(RestContext restContext,
RestResult restResult)
RestCommand
restContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatch
RestResult as constructed by this chain handler
RestResult doPost(RestContext restContext,
RestResult restResult)
RestCommand
restContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatch
RestResult as constructed by this chain handler
RestResult doPut(RestContext restContext,
RestResult restResult)
RestCommand
restContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatch
RestResult as constructed by this chain handler
RestResult doDelete(RestContext restContext,
RestResult restResult)
RestCommand
restContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatch
RestResult as constructed by this chain handler
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||