Package org.apache.cxf.jaxrs.model.wadl
Class DocTarget
java.lang.Object
org.apache.cxf.jaxrs.model.wadl.DocTarget
Description can use one of DocTarget constants to bind
itself to a specific WADL element.
Description annotations documenting WADL 'resource', 'method',
'param' and input 'representation' elements do not have use these constants.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWADL method element, corresponds to a class resource methodstatic final StringWADL request param or representation elements, correspond to input parameters of the resource methodstatic final StringWADL request elementstatic final StringWADL resource element, in most cases it corresponds to the root resource or sub-resource classesstatic final StringWADL request elementstatic final StringWADL response representation element, corresponds to the return type of the resource method -
Method Summary
-
Field Details
-
RESOURCE
WADL resource element, in most cases it corresponds to the root resource or sub-resource classes- See Also:
-
METHOD
WADL method element, corresponds to a class resource method- See Also:
-
PARAM
WADL request param or representation elements, correspond to input parameters of the resource method- See Also:
-
RETURN
WADL response representation element, corresponds to the return type of the resource method- See Also:
-
REQUEST
WADL request element- See Also:
-
RESPONSE
WADL request element- See Also:
-