org.jboss.wsf.spi.deployment
Interface Service

All Superinterfaces:
Extensible

public interface Service
extends Extensible

A general service deployment. Maintains a named set of EndpointDeployments

Since:
20-Apr-2007
Author:
Thomas.Diesler@jboss.com

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

getDeployment

Deployment getDeployment()
Get the deployment this service belongs to


setDeployment

void setDeployment(Deployment dep)
Set the deployment this service belongs to


addEndpoint

void addEndpoint(Endpoint endpoint)
Add an endpoint to the service


getEndpoints

List<Endpoint> getEndpoints()
Get the list of endpoints


getEndpoints

List<Endpoint> getEndpoints(EndpointTypeFilter filter)
Get the list of endpoints


getEndpointByName

Endpoint getEndpointByName(String simpleName)
Get an endpoint by name


getContextRoot

String getContextRoot()
Get the context root for this service


setContextRoot

void setContextRoot(String contextRoot)
Set the context root for this service


getVirtualHost

String getVirtualHost()
Get the virtual host for this service


setVirtualHost

void setVirtualHost(String virtualHost)
Set the virtual host for this service



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.