Class ResteasyEndpointBuilderFactory.ResteasyHeaderNameBuilder

  • Enclosing interface:
    ResteasyEndpointBuilderFactory

    public static class ResteasyEndpointBuilderFactory.ResteasyHeaderNameBuilder
    extends Object
    The builder of headers' name for the Resteasy component.
    • Constructor Detail

      • ResteasyHeaderNameBuilder

        public ResteasyHeaderNameBuilder()
    • Method Detail

      • resteasyProxyMethod

        public String resteasyProxyMethod()
        The resteasy method to process the request. The option is a: String type. Group: producer
        Returns:
        the name of the header ResteasyProxyMethod.
      • resteasyProxyMethodArgs

        public String resteasyProxyMethodArgs()
        The proxy method params. The option is a: java.util.ArrayList type. Group: producer
        Returns:
        the name of the header ResteasyProxyMethodArgs.
      • resteasyLogin

        public String resteasyLogin()
        The username. The option is a: String type. Group: producer
        Returns:
        the name of the header ResteasyLogin.
      • resteasyPassword

        public String resteasyPassword()
        The password. The option is a: String type. Group: producer
        Returns:
        the name of the header ResteasyPassword.
      • resteasyContextPath

        public String resteasyContextPath()
        The context path. The option is a: String type. Group: common
        Returns:
        the name of the header ResteasyContextPath.
      • resteasyHttpMethod

        public String resteasyHttpMethod()
        The resteasy method to process the request. The option is a: String type. Group: producer
        Returns:
        the name of the header ResteasyHttpMethod.
      • resteasyHttpRequest

        public String resteasyHttpRequest()
        The http request. The option is a: String type. Group: common
        Returns:
        the name of the header ResteasyHttpRequest.
      • resteasyProxyProducerException

        public String resteasyProxyProducerException()
        The proxy client exception. The option is a: Exception type. Group: producer
        Returns:
        the name of the header ResteasyProxyProducerException.
      • httpQuery

        public String httpQuery()
        The http query. The option is a: String type. Group: producer
        Returns:
        the name of the header HttpQuery.
      • contentType

        public String contentType()
        The content type. The option is a: String type. Group: producer
        Returns:
        the name of the header Content-Type.
      • httpPath

        public String httpPath()
        The http path. The option is a: String type. Group: common
        Returns:
        the name of the header HttpPath.