API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws. Endpoint View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 Object
      Endpoint
Implements
Subclasses
Description
publicabstract abstract class Endpoint
  A Web service endpoint.
Constructors
public Endpoint ()
Methods
Hide/Show inherited methods
publicstatic Endpoint create (Object implementor)
  Creates an endpoint with the specified implementor object.
publicstatic Endpoint create (String bindingId, Object implementor)
  Creates an endpoint with the specified binding type and implementor object.
publicabstract Binding getBinding ()
  Returns the binding for this endpoint.
publicabstract Executor getExecutor ()
  Returns the executor for this Endpointinstance.
publicabstract Object getImplementor ()
  Returns the implementation object for this endpoint.
publicabstract List<Source> getMetadata ()
  Returns a list of metadata documents for the service.
publicabstract Map<String, Object> getProperties ()
  Returns the property bag for this Endpoint instance.
publicabstract boolean isPublished ()
  Returns true if the endpoint is in the published state.
publicabstract void publish (Object serverContext)
  Publishes this endpoint at the provided server context.
publicabstract void publish (String address)
  Publishes this endpoint at the given address.
publicstatic Endpoint publish (String address, Object implementor)
  Creates and publishes an endpoint for the specified implementor object at the given address.
publicabstract void setExecutor (Executor executor)
  Sets the executor for this Endpoint instance.
publicabstract void setMetadata (List<Source> metadata)
  Sets the metadata for this endpoint.
publicabstract void setProperties (Map<String, Object> properties)
  Sets the property bag for this Endpoint instance.
publicabstract void stop ()
  Stops publishing this endpoint.
Fields
Hide/Show inherited fields
publicfinalstatic String WSDL_PORT = "javax.xml.ws.wsdl.port"
  Standard property: name of WSDL port.
publicfinalstatic String WSDL_SERVICE = "javax.xml.ws.wsdl.service"
  Standard property: name of WSDL service.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar