Class DocTarget

java.lang.Object
org.apache.cxf.jaxrs.model.wadl.DocTarget

public final class DocTarget extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    WADL method element, corresponds to a class resource method
    static final String
    WADL request param or representation elements, correspond to input parameters of the resource method
    static final String
    WADL request element
    static final String
    WADL resource element, in most cases it corresponds to the root resource or sub-resource classes
    static final String
    WADL request element
    static final String
    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 Details

    • RESOURCE

      public static final String RESOURCE
      WADL resource element, in most cases it corresponds to the root resource or sub-resource classes
      See Also:
    • METHOD

      public static final String METHOD
      WADL method element, corresponds to a class resource method
      See Also:
    • PARAM

      public static final String PARAM
      WADL request param or representation elements, correspond to input parameters of the resource method
      See Also:
    • RETURN

      public static final String RETURN
      WADL response representation element, corresponds to the return type of the resource method
      See Also:
    • REQUEST

      public static final String REQUEST
      WADL request element
      See Also:
    • RESPONSE

      public static final String RESPONSE
      WADL request element
      See Also: