public class ServicePath
extends java.lang.Object
| Constructor and Description |
|---|
ServicePath()
Default Constructor.
|
ServicePath(java.lang.String path,
IServiceMethod[] methods,
IServiceType type)
Constructor with parameters.
|
| Modifier and Type | Method and Description |
|---|---|
IServiceMethod[] |
getMethods()
Endpoint's path methods setter
|
java.lang.String |
getPath()
Endpoint's Path Getter
|
IServiceType |
getType()
Gets the protocol for the path.
|
void |
setMethods(IServiceMethod[] methods)
Endpoint's path methods setter
|
void |
setPath(java.lang.String path)
Endpoint's path setter
|
void |
setType(IServiceType type)
Sets the protocol for the path.
|
public ServicePath()
public ServicePath(java.lang.String path,
IServiceMethod[] methods,
IServiceType type)
path - The path for the endpointmethods - The methods for calling a pathtype - Protocol type.public IServiceType getType()
public void setType(IServiceType type)
type - Type of protocol.public IServiceMethod[] getMethods()
public void setMethods(IServiceMethod[] methods)
methods - Endpoint's path methodspublic java.lang.String getPath()
public void setPath(java.lang.String path)
path - Endpoint's path