public interface ServiceNode
| Modifier and Type | Method and Description |
|---|---|
void |
ensureExists() |
void |
ensureRemoved() |
boolean |
exists() |
EndpointNode |
getEndPoint(String endpoint) |
List<String> |
getEndpointNames() |
List<EndpointNode> |
getEndPoints() |
QName |
getServiceName() |
QName getServiceName()
boolean exists()
throws ServiceLocatorException,
InterruptedException
void ensureExists()
throws ServiceLocatorException,
InterruptedException
void ensureRemoved()
throws ServiceLocatorException,
InterruptedException
EndpointNode getEndPoint(String endpoint)
List<String> getEndpointNames() throws ServiceLocatorException, InterruptedException
List<EndpointNode> getEndPoints() throws ServiceLocatorException, InterruptedException
Copyright © 2011–2016 Talend Inc.. All rights reserved.