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.wsf.spi.management.EndpointRegistry> |
getEndpointRegistryInjector() |
org.jboss.msc.inject.Injector<MBeanServer> |
getMBeanServerInjector() |
org.jboss.msc.inject.Injector<WebAppController> |
getPclWebAppControllerInjector() |
org.jboss.msc.inject.Injector<SecurityDomainContext> |
getSecurityDomainContextInjector() |
static org.jboss.msc.service.ServiceName |
getServiceName(DeploymentUnit unit,
String endpointName) |
org.jboss.wsf.spi.deployment.Endpoint |
getValue() |
static void |
install(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.wsf.spi.deployment.Endpoint endpoint,
DeploymentUnit unit) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
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(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<WebAppController> getPclWebAppControllerInjector()
public org.jboss.msc.inject.Injector<org.jboss.wsf.spi.management.EndpointRegistry> getEndpointRegistryInjector()
public org.jboss.msc.inject.Injector<MBeanServer> getMBeanServerInjector()
public static void install(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.wsf.spi.deployment.Endpoint endpoint, DeploymentUnit unit)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.