API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws.spi. Provider View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 Object
      Provider
Implements
Subclasses
Description
publicabstract abstract class Provider
  Service provider for ServiceDelegate and Endpoint objects.
See also:   
Constructors
protected Provider ()
Creates a new instance of Provider
Methods
Hide/Show inherited methods
publicabstract Endpoint createAndPublishEndpoint (String address, Object implementor)
  Creates and publishes an endpoint object with the specified address and implementation object.
publicabstract Endpoint createEndpoint (String bindingId, Object implementor)
  Creates an endpoint object with the provided binding and implementation object.
publicabstract ServiceDelegate createServiceDelegate (URL wsdlDocumentLocation, QName serviceName, Class serviceClass)
  Creates a service delegate object.
publicstatic Provider provider ()
  Creates a new provider object.
Fields
Hide/Show inherited fields
publicfinalstatic String JAXWSPROVIDER_PROPERTY = "javax.xml.ws.spi.Provider"
A constant representing the property used to lookup the name of a Provider implementation class.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar