}
}
protected HttpListener createPojoWsContainer(URL moduleBaseUrl, PortData port, String serviceId, Class target, Context context, String contextRoot) throws Exception {
PojoWsContainer container = new PojoWsContainer(port, target, context, contextRoot);
container.start();
wsContainers.put(serviceId, container);
return container;
}
protected void destroyPojoWsContainer(String serviceId) {