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 {