|
||||||||||
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 |
java.lang.String |
getContextRoot()
Get the context root for this service |
Deployment |
getDeployment()
Get the deployment this service belongs to |
Endpoint |
getEndpointByName(java.lang.String simpleName)
Get an endpoint by name |
java.util.List<Endpoint> |
getEndpoints()
Get the list of endpoints |
java.lang.String[] |
getVirtualHosts()
Get the virtual hosts for this service |
void |
setContextRoot(java.lang.String contextRoot)
Set the context root for this service |
void |
setDeployment(Deployment dep)
Set the deployment this service belongs to |
void |
setVirtualHosts(java.lang.String[] virtualHosts)
Set the virtual hosts 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)
java.util.List<Endpoint> getEndpoints()
Endpoint getEndpointByName(java.lang.String simpleName)
java.lang.String getContextRoot()
void setContextRoot(java.lang.String contextRoot)
java.lang.String[] getVirtualHosts()
void setVirtualHosts(java.lang.String[] virtualHosts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |