Class RequestManager.MappingInfo

java.lang.Object
jadex.publishservice.impl.RequestManager.MappingInfo
Enclosing class:
RequestManager

public static class RequestManager.MappingInfo extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getHttpMethod

      public RequestManager.MappingInfo.HttpMethod getHttpMethod()
      Get the httpMethod.
      Returns:
      The httpMethod
    • setHttpMethod

      public void setHttpMethod(RequestManager.MappingInfo.HttpMethod httpMethod)
      Set the httpMethod.
      Parameters:
      httpMethod - The httpMethod to set
    • getMethod

      public Method getMethod()
      Get the method.
      Returns:
      The method
    • setMethod

      public void setMethod(Method method)
      Set the method.
      Parameters:
      method - The method to set
    • getPath

      public String getPath()
      Get the path.
      Returns:
      The path
    • setPath

      public void setPath(String path)
      Set the path.
      Parameters:
      path - The path to set
    • isEmpty

      public boolean isEmpty()
      Test if has no settings.
    • getParameterNames

      public List<String> getParameterNames()
      Get the declared parameter names (via annotation ParameterInfo).
      Returns:
      The parameter names.
    • getConsumedMediaTypes

      public List<String> getConsumedMediaTypes()
      Get the consumed media types.
      Returns:
      The types.
    • getProducedMediaTypes

      public List<String> getProducedMediaTypes()
      Get the produced media types.
      Returns:
      The types.