public interface Service extends Extensible
Modifier and Type | Method and Description |
---|---|
void |
addEndpoint(Endpoint endpoint)
Add an endpoint to the service
|
String |
getContextRoot()
Get the context root for this service
|
Deployment |
getDeployment()
Get the deployment this service belongs to
|
Endpoint |
getEndpointByName(String simpleName)
Get an endpoint by name
|
List<Endpoint> |
getEndpoints()
Get the list of endpoints
|
List<Endpoint> |
getEndpoints(EndpointTypeFilter filter)
Get the list of endpoints
|
String |
getVirtualHost()
Get the virtual host for this service
|
void |
setContextRoot(String contextRoot)
Set the context root for this service
|
void |
setDeployment(Deployment dep)
Set the deployment this service belongs to
|
void |
setVirtualHost(String virtualHost)
Set the virtual host for this service
|
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
Deployment getDeployment()
void setDeployment(Deployment dep)
void addEndpoint(Endpoint endpoint)
List<Endpoint> getEndpoints(EndpointTypeFilter filter)
String getContextRoot()
void setContextRoot(String contextRoot)
String getVirtualHost()
void setVirtualHost(String virtualHost)
Copyright © 2012. All Rights Reserved.