|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| 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 |
doHead(RestContext restContext, RestResult restResult)Processes the result of a HEAD method RestCommand |
RestResult |
doOptions(RestContext restContext, RestResult restResult)Processes the result of a OPTIONS 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 |
RestResult |
process(RestContext restContext, RestResult restResult)Processes the result of a unknown method RestCommand |
| Method Detail |
|---|
RestResult doGet(RestContext restContext,
RestResult restResult)
RestCommandrestContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatchRestResult as constructed by this chain handler
RestResult doHead(RestContext restContext,
RestResult restResult)
RestCommandrestContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatchRestResult as constructed by this chain handler
RestResult doPost(RestContext restContext,
RestResult restResult)
RestCommandrestContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatchRestResult as constructed by this chain handler
RestResult doPut(RestContext restContext,
RestResult restResult)
RestCommandrestContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatchRestResult as constructed by this chain handler
RestResult doDelete(RestContext restContext,
RestResult restResult)
RestCommandrestContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatchRestResult as constructed by this chain handler
RestResult doOptions(RestContext restContext,
RestResult restResult)
RestCommandrestContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatchRestResult as constructed by this chain handler
RestResult process(RestContext restContext,
RestResult restResult)
RestCommandrestContext - the RestContext used for the command dispatchrestResult - the RestResult returned from the command dispatchRestResult as constructed by this chain handler
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.