Example usage for Java javax.xml.ws Endpoint fields, constructors, methods, implement or subclass
The text is from its open source code.
Endpoint | create(Object implementor) Creates an endpoint with the specified implementor object. |
Endpoint | create(Object implementor, WebServiceFeature... features) Creates an endpoint with the specified implementor object and web service features. |
Endpoint | create(String bindingId, Object implementor) Creates an endpoint with the specified binding type and implementor object. |
Binding | getBinding() Returns the binding for this endpoint. |
Class> | getClass() Returns the runtime class of this Object . |
Object | getImplementor() Returns the implementation object for this endpoint. |
boolean | isPublished() Returns true if the endpoint is in the published state. |
Endpoint | publish(String address, Object implementor) Creates and publishes an endpoint for the specified implementor object at the given address. |
void | publish(String address) Publishes this endpoint at the given address. |
void | publish(Object serverContext) Publishes this endpoint at the provided server context. |
void | publish(HttpContext serverContext) Publishes this endpoint at the provided server context. |
void | setExecutor(java.util.concurrent.Executor executor) Sets the executor for this Endpoint instance. |
void | setMetadata(List Sets the metadata for this endpoint. |
void | setProperties(Map Sets the property bag for this Endpoint instance. |
void | stop() Stops publishing this endpoint. |