public static Endpoint create (String bindingId, Object implementor, WebServiceFeature… features)

Creates an endpoint with the specified binding type, implementor object, and web service features.

The newly created endpoint may be published by calling one of the javax.xml.ws.Endpoint.publish(String) and javax.xml.ws.Endpoint.publish(Object) methods.

Parameters:
bindingId    A URI specifying the binding to use. If the bindingID is null and no binding is specified via a BindingType annotation then a default SOAP 1.1 / HTTP binding MUST be used.
implementor    The endpoint implementor.
features    A list of WebServiceFeature to configure on the endpoint. Supported features not in the features parameter will have their default values.

Returns:  The newly created endpoint.

Since:  JAX-WS 2.2