Package org.apache.camel.component.http4

Examples of org.apache.camel.component.http4.HttpComponent.createEndpoint()


        if (LOGGER.isDebugEnabled()) {
          LOGGER.debug("Init the HttPEndPoint for API {} is initialized with [{}]", apiId, endpointParameters);
        }
       
        // create endpoint
        httpEndpoint = (HttpEndpoint) httpComponent.createEndpoint(endpointParameters);
       
        // This is a WorkArround to removed the parameters from the target URI (a better solution have to be found)
        httpEndpoint.setHttpUri(new URI("http4://host"));
       
      } else {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.