"MultiTransportService");
public static class MyServer extends AbstractBusTestServerBase {
Definition def;
protected void run() {
Object implementor = new HTTPGreeterImpl();
String address = "http://localhost:" + PORT + "/SOAPDocLitService/SoapPort";
Endpoint.publish(address, implementor);
EmbeddedJMSBrokerLauncher.updateWsdlExtensors(getBus(),
"testutils/hello_world_doc_lit.wsdl");
implementor = new JMSGreeterImpl();