| Package | Description |
|---|---|
| javax.xml.ws | |
| javax.xml.ws.spi |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
Endpoint.create(Object implementor) |
static Endpoint |
Endpoint.create(Object implementor,
WebServiceFeature... features) |
static Endpoint |
Endpoint.create(String bindingId,
Object implementor) |
static Endpoint |
Endpoint.create(String bindingId,
Object implementor,
WebServiceFeature... features) |
static Endpoint |
Endpoint.publish(String address,
Object implementor) |
static Endpoint |
Endpoint.publish(String address,
Object implementor,
WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<Endpoint> |
EndpointContext.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
abstract Endpoint |
Provider.createAndPublishEndpoint(String s,
Object obj)
Creates and publishes an Endpoint object with the specified address and implementation object.
|
Endpoint |
Provider.createAndPublishEndpoint(String address,
Object obj,
WebServiceFeature... features)
Creates and publishes an Endpoint object with the specified address, implementation object and web service features.
|
Endpoint |
Provider.createEndpoint(String bindingId,
Class<?> cls,
Invoker invoker,
WebServiceFeature... features)
Creates an Endpoint object with the provided bindingId, implementation class, invoker, and web service features.
|
abstract Endpoint |
Provider.createEndpoint(String bindingId,
Object obj)
Creates an Endpoint object with the provided bindingId and implementation object.
|
Endpoint |
Provider.createEndpoint(String bindingId,
Object obj,
WebServiceFeature... features)
Creates an Endpoint object with the provided bindingId, implementation object, and web service features.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.