Class HTTPEndpointCfgDefn

    • Method Detail

      • getInstance

        public static HTTPEndpointCfgDefn getInstance()
        Get the HTTP Endpoint configuration definition singleton.
        Returns:
        Returns the HTTP Endpoint configuration definition singleton.
      • getBasePathPropertyDefinition

        public StringPropertyDefinition getBasePathPropertyDefinition()
        Get the "base-path" property definition.

        All HTTP requests matching the base path or subordinate to it will be routed to the HTTP endpoint unless a more specific HTTP endpoint is found.

        Returns:
        Returns the "base-path" property definition.
      • getEnabledPropertyDefinition

        public BooleanPropertyDefinition getEnabledPropertyDefinition()
        Get the "enabled" property definition.

        Indicates whether the HTTP Endpoint is enabled.

        Returns:
        Returns the "enabled" property definition.
      • getJavaClassPropertyDefinition

        public ClassPropertyDefinition getJavaClassPropertyDefinition()
        Get the "java-class" property definition.

        Specifies the fully-qualified name of the Java class that provides the HTTP Endpoint implementation.

        Returns:
        Returns the "java-class" property definition.