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, setPropertypublic org.jboss.wsf.spi.deployment.Deployment getDeployment()
getDeployment in interface org.jboss.wsf.spi.deployment.Servicepublic void setDeployment(org.jboss.wsf.spi.deployment.Deployment dep)
setDeployment in interface org.jboss.wsf.spi.deployment.Servicepublic void addEndpoint(org.jboss.wsf.spi.deployment.Endpoint endpoint)
addEndpoint in interface org.jboss.wsf.spi.deployment.Servicepublic List<org.jboss.wsf.spi.deployment.Endpoint> getEndpoints()
getEndpoints in interface org.jboss.wsf.spi.deployment.Servicepublic List<org.jboss.wsf.spi.deployment.Endpoint> getEndpoints(org.jboss.wsf.spi.deployment.EndpointTypeFilter filter)
getEndpoints in interface org.jboss.wsf.spi.deployment.Servicepublic org.jboss.wsf.spi.deployment.Endpoint getEndpointByName(String shortName)
getEndpointByName in interface org.jboss.wsf.spi.deployment.Servicepublic String getContextRoot()
getContextRoot in interface org.jboss.wsf.spi.deployment.Servicepublic void setContextRoot(String contextRoot)
setContextRoot in interface org.jboss.wsf.spi.deployment.Servicepublic String getVirtualHost()
getVirtualHost in interface org.jboss.wsf.spi.deployment.Servicepublic void setVirtualHost(String virtualHost)
setVirtualHost in interface org.jboss.wsf.spi.deployment.ServiceCopyright © 2015 JBoss, by Red Hat. All rights reserved.