|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Endpoint | |
---|---|
javax.xml.ws | |
javax.xml.ws.spi |
Uses of Endpoint in javax.xml.ws |
---|
Methods in javax.xml.ws that return Endpoint | |
---|---|
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)
|
Methods in javax.xml.ws that return types with arguments of type Endpoint | |
---|---|
abstract Set<Endpoint> |
EndpointContext.getEndpoints()
|
Uses of Endpoint in javax.xml.ws.spi |
---|
Methods in javax.xml.ws.spi that return Endpoint | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |