}
public Endpoint createAndPublishEndpoint(String address, Object implementor, WebServiceFeature... features) {
Endpoint endpoint = new EndpointImpl(
BindingID.parse(implementor.getClass()), implementor, features);
endpoint.publish(address);
return endpoint;
}
public Endpoint createEndpoint(String bindingId, Class implementorClass, Invoker invoker, WebServiceFeature... features) {
return new EndpointImpl(