| java.lang.Object javax.xml.ws.spi.Provider com.sun.xml.ws.spi.ProviderImpl
ProviderImpl | public class ProviderImpl extends Provider (Code) | | The entry point to the JAX-WS RI from the JAX-WS API.
author: WS Development Team |
Method Summary | |
public Endpoint | createAndPublishEndpoint(String address, Object implementor) | public Endpoint | createEndpoint(String bindingId, Object implementor) | public ServiceDelegate | createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class serviceClass) | public W3CEndpointReference | createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters) | public T | getPort(EndpointReference endpointReference, Class<T> clazz, WebServiceFeature... webServiceFeatures) | public EndpointReference | readEndpointReference(Source eprInfoset) |
getPort | public T getPort(EndpointReference endpointReference, Class<T> clazz, WebServiceFeature... webServiceFeatures)(Code) | | |
readEndpointReference | public EndpointReference readEndpointReference(Source eprInfoset)(Code) | | |
Fields inherited from javax.xml.ws.spi.Provider | final public static String JAXWSPROVIDER_PROPERTY(Code)(Java Doc)
|
|
|