return createAndPublishEndpoint(s, obj, (WebServiceFeature[]) null);
}
public Endpoint createAndPublishEndpoint(String s, Object obj, WebServiceFeature... features) {
Endpoint ep = new EndpointImpl(obj);
ep.publish(s);
return ep;
}
@Override
public Endpoint createEndpoint(String binding, Object obj) {