Endpoint
Class Endpoint
- java.lang.Object
-
- javax.xml.ws.Endpoint
public abstract class Endpoint extends Object
A Web service endpoint.
Endpoints are created using the static methods defined in this class. An endpoint is always tied to one Binding
and one implementor, both set at endpoint creation time.
An endpoint is either in a published or an unpublished state. The publish
methods can be used to start publishing an endpoint, at which point it starts accepting incoming requests. Conversely, the stop
method can be used to stop accepting incoming requests and take the endpoint down. Once stopped, an endpoint cannot be published again.
An Executor
may be set on the endpoint in order to gain better