|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Service
A general service deployment. Maintains a named set of EndpointDeployments
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.jboss.wsf.spi.deployment.Extensible |
|---|
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty |
| Method Detail |
|---|
Deployment getDeployment()
void setDeployment(Deployment dep)
void addEndpoint(Endpoint endpoint)
List<Endpoint> getEndpoints()
List<Endpoint> getEndpoints(EndpointTypeFilter filter)
Endpoint getEndpointByName(String simpleName)
String getContextRoot()
void setContextRoot(String contextRoot)
String getVirtualHost()
void setVirtualHost(String virtualHost)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||