Annotation Type MockWoofServer.MockWoofInput


  • @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
      java.lang.String method
      HttpMethod for servicing.
      java.lang.String path
      URL path to service.
      boolean secure
      Indicates if service from secure port.
    • Element Detail

      • secure

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

        java.lang.String method
        HttpMethod for servicing.
        Default:
        "GET"
      • path

        java.lang.String path
        URL path to service.
        Default:
        "/"