*/
public class HttpProducerSelectMethodTest extends BaseHttpTest {
@Test
public void noDataDefaultIsGet() throws Exception {
localServer.register("/", new BasicValidationHandler("GET", null, null, getExpectedContent()));
HttpComponent component = context.getComponent("http4", HttpComponent.class);
HttpEndpoint endpoiont = (HttpEndpoint) component.createEndpoint("http4://" + getHostName() + ":" + getPort());
HttpProducer producer = new HttpProducer(endpoiont);