}
public void start() throws Exception {
Thread.currentThread().setContextClassLoader(getClass().getClassLoader());
String url = endpoint.getLocationURI();
context = new EndpointComponentContext(endpoint);
channel = context.getDeliveryChannel();
httpContext = getServerManager().createContext(url, this);
}