Class HttpEndpointComponent

  • All Implemented Interfaces:
    com.consol.citrus.endpoint.EndpointComponent
    Direct Known Subclasses:
    HttpsEndpointComponent

    public class HttpEndpointComponent
    extends com.consol.citrus.endpoint.AbstractEndpointComponent
    Component creates proper HTTP client endpoint from endpoint uri resource and parameters.
    Since:
    1.4.1
    Author:
    Christoph Deppisch
    • Constructor Detail

      • HttpEndpointComponent

        public HttpEndpointComponent()
        Default constructor using the name for this component.
      • HttpEndpointComponent

        public HttpEndpointComponent​(String name)
        Default constructor using the name for this component.
    • Method Detail

      • createEndpoint

        protected com.consol.citrus.endpoint.Endpoint createEndpoint​(String resourcePath,
                                                                     Map<String,​String> parameters,
                                                                     com.consol.citrus.context.TestContext context)
        Specified by:
        createEndpoint in class com.consol.citrus.endpoint.AbstractEndpointComponent
      • getScheme

        protected String getScheme()
        Gets http uri scheme.
        Returns: