public class Service
extends java.lang.Object
| Constructor and Description |
|---|
Service()
Default constructor
|
Service(ServiceEndpoint[] serviceEndpoints,
java.lang.String name)
Constructor used by the implementation
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name
|
ServiceEndpoint[] |
getServiceEndpoints()
Returns the serviceEndpoints
|
void |
setName(java.lang.String name)
Set the name
|
void |
setServiceEndpoints(ServiceEndpoint[] serviceEndpoints)
Set the serviceEndpoints
|
public Service()
public Service(ServiceEndpoint[] serviceEndpoints, java.lang.String name)
serviceEndpoints - Endpoints of the servicename - Name of the servicepublic java.lang.String getName()
public void setName(java.lang.String name)
name - Name of the servicepublic ServiceEndpoint[] getServiceEndpoints()
public void setServiceEndpoints(ServiceEndpoint[] serviceEndpoints)
serviceEndpoints - Endpoint of the service