public final class EndpointService extends Object implements org.jboss.msc.service.Service<org.jboss.wsf.spi.deployment.Endpoint>
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<org.jboss.ws.common.management.AbstractServerConfig> |
getAbstractServerConfigInjector() |
org.jboss.msc.inject.Injector<EJBViewMethodSecurityAttributesService> |
getEJBMethodSecurityAttributeServiceInjector() |
org.jboss.msc.inject.Injector<SecurityDomainContext> |
getSecurityDomainContextInjector() |
static org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.server.deployment.DeploymentUnit unit,
String endpointName) |
static List<org.jboss.msc.service.ServiceName> |
getServiceNamesFromDeploymentUnit(org.jboss.as.server.deployment.DeploymentUnit unit)
Returns the name of the endpoint services that are to be installed for a given deployment unit
|
org.jboss.wsf.spi.deployment.Endpoint |
getValue() |
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 org.jboss.wsf.spi.deployment.Endpoint getValue()
getValue
in interface org.jboss.msc.value.Value<org.jboss.wsf.spi.deployment.Endpoint>
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) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<org.jboss.wsf.spi.deployment.Endpoint>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<org.jboss.wsf.spi.deployment.Endpoint>
public org.jboss.msc.inject.Injector<SecurityDomainContext> getSecurityDomainContextInjector()
public org.jboss.msc.inject.Injector<org.jboss.ws.common.management.AbstractServerConfig> getAbstractServerConfigInjector()
public org.jboss.msc.inject.Injector<EJBViewMethodSecurityAttributesService> getEJBMethodSecurityAttributeServiceInjector()
public 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)
public static List<org.jboss.msc.service.ServiceName> getServiceNamesFromDeploymentUnit(org.jboss.as.server.deployment.DeploymentUnit unit)
unit
- Copyright © 2018 JBoss by Red Hat. All rights reserved.