public final class EndpointService extends Object implements org.jboss.msc.Service
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.server.deployment.DeploymentUnit unit,
String endpointName) |
static void |
install(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.wsf.spi.deployment.Endpoint endpoint,
org.jboss.as.server.deployment.DeploymentUnit unit) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
static void |
uninstall(org.jboss.wsf.spi.deployment.Endpoint endpoint,
org.jboss.as.server.deployment.DeploymentUnit unit) |
public static org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.server.deployment.DeploymentUnit unit,
String endpointName)
public void start(org.jboss.msc.service.StartContext context)
start in interface org.jboss.msc.Servicepublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic static void install(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.wsf.spi.deployment.Endpoint endpoint,
org.jboss.as.server.deployment.DeploymentUnit unit)
public static void uninstall(org.jboss.wsf.spi.deployment.Endpoint endpoint,
org.jboss.as.server.deployment.DeploymentUnit unit)
Copyright © 2021 JBoss by Red Hat. All rights reserved.