public interface Endpoint
EndpointProvider provides the necessary information to create an entry in the
service locator for an endpoint.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Endpoint.PropertiesTransformer |
| Modifier and Type | Method and Description |
|---|---|
void |
addEndpointReference(Node parent)
Deprecated.
|
String |
getAddress()
Return the address of the endpoint.
|
BindingType |
getBinding() |
SLProperties |
getProperties() |
QName |
getServiceName()
Return the name of the service the endpoint belongs to
|
TransportType |
getTransport() |
void |
writeEndpointReferenceTo(Result result,
Endpoint.PropertiesTransformer transformer) |
QName getServiceName()
null.String getAddress()
null.BindingType getBinding()
TransportType getTransport()
SLProperties getProperties()
void writeEndpointReferenceTo(Result result, Endpoint.PropertiesTransformer transformer) throws ServiceLocatorException
ServiceLocatorException@Deprecated 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.ServiceLocatorExceptionCopyright © 2011–2019 Talend Inc.. All rights reserved.