public class EndpointNode extends Object
| Constructor and Description |
|---|
EndpointNode()
For testing only.
|
EndpointNode(String serviceName,
String serviceURL,
String template,
List<MethodNode> methods) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodNode> |
getMethods() |
String |
getServiceName() |
String |
getServiceURL() |
String |
getTemplate() |
public EndpointNode()
public EndpointNode(String serviceName, String serviceURL, String template, List<MethodNode> methods)
public String getServiceName()
public String getServiceURL()
public List<MethodNode> getMethods()
public String getTemplate()
Copyright © 2016. All rights reserved.