Package com.bea.wlp.rest.results

Interface Summary
Formatter Interface for classes that can format RestResults.
RestResult Interface for any data that is returned from a RestCommand.
 

Class Summary
ErrorResult Implementation of a basic error type RestResult that can be used to easily return a set of ErrorCodes which are defined in this class.
ForwardResult Implementation of a RestResult that can be used to easily forward from the outcome of a RestCommand.
GenericRestResult A basic implementation of a RestResult that can be used to easily associate a JavaBean result object with a result that can be returned from a RestCommand.
ResponseMessage JavaBean implementation of an error message class.
 

Enum Summary
ResponseCode Represents an HTTP Response code and message that can be returned by a RestResult.
RestResult.FormatType An enumeration of the supported FormatTypes known by the REST framework.
 

Annotation Types Summary
FormatListElement Annotation that can be used to modify the default naming behavior of REST formatters.
FormatOrder Annotation that can be used in a RestResult to influence the output ordering of a Formatter for a particular bean value.
FormatProperty Annotation that can be used to modify the default naming behavior of REST formatters.
RestResultDocumentation Annotation used to document individual fields in a RestResult class.
RestResultValueDocumentation Annotation used to document an individual result field contained in a JavaBean used as the source for formatted RestResult data.
 



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.