Java javax.xml.ws Endpoint fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws Endpoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws Endpoint.

The text is from its open source code.

Method

Endpointcreate(Object implementor)
Creates an endpoint with the specified implementor object.
Endpointcreate(Object implementor, WebServiceFeature... features)
Creates an endpoint with the specified implementor object and web service features.
Endpointcreate(String bindingId, Object implementor)
Creates an endpoint with the specified binding type and implementor object.
BindinggetBinding()
Returns the binding for this endpoint.
ClassgetClass()
Returns the runtime class of this Object .
ObjectgetImplementor()
Returns the implementation object for this endpoint.
booleanisPublished()
Returns true if the endpoint is in the published state.
Endpointpublish(String address, Object implementor)
Creates and publishes an endpoint for the specified implementor object at the given address.
voidpublish(String address)
Publishes this endpoint at the given address.
voidpublish(Object serverContext)
Publishes this endpoint at the provided server context.
voidpublish(HttpContext serverContext)
Publishes this endpoint at the provided server context.
voidsetExecutor(java.util.concurrent.Executor executor)
Sets the executor for this Endpoint instance.
voidsetMetadata(List metadata)
Sets the metadata for this endpoint.
voidsetProperties(Map properties)
Sets the property bag for this Endpoint instance.
voidstop()
Stops publishing this endpoint.