Package com.bea.wlp.rest.command

Interface Summary
MethodPermission Represents whether or not a RestCommand is enabled or not, depending on configuration in wlp-restapi-config.xml.
RestChainHandler Interfaces for implementations of RestChainHandlers, which are used to modify or augment the RestResults generated by a RestCommand.
RestCommand Interface to be implemented by all RestCommands.
RestContext Context object that is supplied to RestCommands when they are dispatched.
RestPreProcessor Interface for RestPreProcessors, which can be used to modify the parameters/path information supplied to a RestCommand.
 

Class Summary
AlwaysDisabled MethodPermission implementation that always returns false, for configuring RestCommands that are always unconditionally disabled.
AlwaysEnabled MethodPermission implementation that always returns true, for configuring RestCommands that are always unconditionally enabled.
GenericRestChainHandler Basic implementation of a RestChainHandler that simply returns the unmodified incoming RestResult.
LoginRequired MethodPermission implementation that checks to see if the request is associated with an authenticated user.
 

Annotation Types Summary
RestCommandDocumentation Annotation used to describe the expected input to a RestCommand.
 



Copyright © 2011, Oracle. All rights reserved.