|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndpointProvider
An EndpointProvider provides the necessary information to create an entry in the
service locator for an endpoint.
| Method Summary | |
|---|---|
void |
addEndpointReference(Node parent)
Add a WS-Addressing endpoint reference to the given XML tree. |
String |
getAddress()
Return the address of the endpoint. |
BindingType |
getBinding()
|
long |
getLastTimeStarted()
|
long |
getLastTimeStopped()
|
QName |
getServiceName()
Return the name of the service the endpoint belongs to |
TransportType |
getTransport()
|
| Method Detail |
|---|
QName getServiceName()
null.String getAddress()
null.BindingType getBinding()
TransportType getTransport()
long getLastTimeStarted()
long getLastTimeStopped()
void addEndpointReference(Node parent)
throws ServiceLocatorException
parent - the node where to add the endpoint reference, is not null and either an
Element or a Document.
ServiceLocatorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||