Package org.jboss.as.webservices.service
Class EndpointService
- java.lang.Object
-
- org.jboss.as.webservices.service.EndpointService
-
- All Implemented Interfaces:
org.jboss.msc.Service
public final class EndpointService extends Object implements org.jboss.msc.Service
WS endpoint service; this is meant for setting the lazy deployment time info into the Endpoint (stuff coming from dependencies upon other AS services that are started during the deployment)- Author:
- alessio.soldano@jboss.com, Richard Opalka, Jim Ma
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.msc.service.ServiceNamegetServiceName(org.jboss.as.server.deployment.DeploymentUnit unit, String endpointName)static voidinstall(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.wsf.spi.deployment.Endpoint endpoint, org.jboss.as.server.deployment.DeploymentUnit unit)voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)static voiduninstall(org.jboss.wsf.spi.deployment.Endpoint endpoint, org.jboss.as.server.deployment.DeploymentUnit unit)static StringunprefixSecurityDomain(String securityDomain)
-
-
-
Method Detail
-
getServiceName
public static org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.server.deployment.DeploymentUnit unit, String endpointName)
-
start
public void start(org.jboss.msc.service.StartContext context)
- Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
install
public static void install(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.wsf.spi.deployment.Endpoint endpoint, org.jboss.as.server.deployment.DeploymentUnit unit)
-
uninstall
public static void uninstall(org.jboss.wsf.spi.deployment.Endpoint endpoint, org.jboss.as.server.deployment.DeploymentUnit unit)
-
-