|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.jaxrs.model.wadl.DocTarget
public final class 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 | |
---|---|
static String |
METHOD
WADL method element, corresponds to a class resource method |
static String |
PARAM
WADL request param or representation elements, correspond to input parameters of the resource method |
static String |
REQUEST
WADL request element |
static String |
RESOURCE
WADL resource element, in most cases it corresponds to the root resource or sub-resource classes |
static String |
RESPONSE
WADL request element |
static String |
RETURN
WADL response representation element, corresponds to the return type of the resource method |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RESOURCE
public static final String METHOD
public static final String PARAM
public static final String RETURN
public static final String REQUEST
public static final String RESPONSE
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |