"endpoint");
container.activateComponent(new ActivationSpec("component", component));
DeliveryChannel channel = component.getChannel();
JBITransportFactory jbiTransportFactory =
(JBITransportFactory)bus.getExtension(ConduitInitiatorManager.class).
getConduitInitiator(CXFServiceEngine.JBI_TRANSPORT_ID);
jbiTransportFactory.setBus(bus);
JBITransportFactory.setDeliveryChannel(channel);
HelloWorldService ss = new HelloWorldService(wsdl, serviceName);
Greeter port = ss.getSoapPort();