public class DefaultService
extends org.jboss.wsf.spi.deployment.AbstractExtensible
implements org.jboss.wsf.spi.deployment.Service
Modifier and Type | Method and Description |
---|---|
void |
addEndpoint(org.jboss.wsf.spi.deployment.Endpoint endpoint) |
String |
getContextRoot() |
org.jboss.wsf.spi.deployment.Deployment |
getDeployment() |
org.jboss.wsf.spi.deployment.Endpoint |
getEndpointByName(String shortName) |
List<org.jboss.wsf.spi.deployment.Endpoint> |
getEndpoints() |
List<org.jboss.wsf.spi.deployment.Endpoint> |
getEndpoints(org.jboss.wsf.spi.deployment.EndpointTypeFilter filter) |
String |
getVirtualHost() |
void |
setContextRoot(String contextRoot) |
void |
setDeployment(org.jboss.wsf.spi.deployment.Deployment dep) |
void |
setVirtualHost(String virtualHost) |
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
public org.jboss.wsf.spi.deployment.Deployment getDeployment()
getDeployment
in interface org.jboss.wsf.spi.deployment.Service
public void setDeployment(org.jboss.wsf.spi.deployment.Deployment dep)
setDeployment
in interface org.jboss.wsf.spi.deployment.Service
public void addEndpoint(org.jboss.wsf.spi.deployment.Endpoint endpoint)
addEndpoint
in interface org.jboss.wsf.spi.deployment.Service
public List<org.jboss.wsf.spi.deployment.Endpoint> getEndpoints()
getEndpoints
in interface org.jboss.wsf.spi.deployment.Service
public List<org.jboss.wsf.spi.deployment.Endpoint> getEndpoints(org.jboss.wsf.spi.deployment.EndpointTypeFilter filter)
getEndpoints
in interface org.jboss.wsf.spi.deployment.Service
public org.jboss.wsf.spi.deployment.Endpoint getEndpointByName(String shortName)
getEndpointByName
in interface org.jboss.wsf.spi.deployment.Service
public String getContextRoot()
getContextRoot
in interface org.jboss.wsf.spi.deployment.Service
public void setContextRoot(String contextRoot)
setContextRoot
in interface org.jboss.wsf.spi.deployment.Service
public String getVirtualHost()
getVirtualHost
in interface org.jboss.wsf.spi.deployment.Service
public void setVirtualHost(String virtualHost)
setVirtualHost
in interface org.jboss.wsf.spi.deployment.Service
Copyright © 2012. All Rights Reserved.