API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws.spi. ServiceDelegate View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 Object
      ServiceDelegate
Implements
Subclasses
Description
publicabstract abstract class ServiceDelegate
  Service delegates are used internally by Service objects to allow pluggability of JAX-WS implementations.
See also:    Service Provider
Constructors
protected ServiceDelegate ()
Methods
Hide/Show inherited methods
publicabstract void addPort (QName portName, String bindingId, String endpointAddress)
  Creates a new port for the service.
publicabstract Dispatch< T> createDispatch (QName portName, Class< T> type, Mode mode)
  Creates a Dispatch instance for use with objects of the users choosing.
publicabstract Dispatch<Object> createDispatch (QName portName, JAXBContext context, Mode mode)
  Creates a Dispatch instance for use with JAXB generated objects.
publicabstract Executor getExecutor ()
  Returns the executor for this Serviceinstance.
publicabstract HandlerResolver getHandlerResolver ()
  Returns the configured handler resolver.
publicabstract T getPort (Class< T> serviceEndpointInterface)
  The getPort method returns a stub.
publicabstract T getPort (QName portName, Class< T> serviceEndpointInterface)
  The getPort method returns a stub.
publicabstract Iterator<QName> getPorts ()
  Returns an Iterator for the list of QNames of service endpoints grouped by this service
publicabstract QName getServiceName ()
  Gets the name of this service.
publicabstract URL getWSDLDocumentLocation ()
  Gets the location of the WSDL document for this Service.
publicabstract void setExecutor (Executor executor)
  Sets the executor for this Service instance.
publicabstract void setHandlerResolver (HandlerResolver handlerResolver)
  Sets the HandlerResolver for this Service instance.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar