Uses of Class
javax.xml.ws.Endpoint

Uses of Endpoint in javax.xml.ws
 

Methods in javax.xml.ws that return Endpoint
static Endpoint Endpoint.create(java.lang.Object implementor)
          Creates an endpoint with the specified implementor object.
static Endpoint Endpoint.create(java.lang.String bindingId, java.lang.Object implementor)
          Creates an endpoint with the specified binding type and implementor object.
static Endpoint Endpoint.publish(java.lang.String address, java.lang.Object implementor)
          Creates and publishes an endpoint for the specified implementor object at the given address.