Annotation Interface MockWoofServer.MockWoofInput

Enclosing class:
MockWoofServer

@Retention(RUNTIME) @Target(METHOD) public static @interface MockWoofServer.MockWoofInput
Annotates service methods for the ClassSectionSource.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    HttpMethod for servicing.
    URL path to service.
    boolean
    Indicates if service from secure port.
  • Element Details

    • secure

      boolean secure
      Indicates if service from secure port.
      Returns:
      true if service from secure port.
      Default:
      false
    • method

      String method
      HttpMethod for servicing.
      Returns:
      HttpMethod name for servicing.
      Default:
      "GET"
    • path

      String path
      URL path to service.
      Returns:
      URL path to service.
      Default:
      "/"