public class EndpointExporter extends java.lang.Object implements org.springframework.osgi.context.BundleContextAware, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, DeployedAssembly
| Constructor and Description |
|---|
EndpointExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected void |
checkAndRegisterSA(Endpoint ep) |
void |
deploy() |
void |
destroy() |
java.util.Collection<Endpoint> |
getEndpoints() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,java.lang.String> |
getServiceUnits() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setEndpoints(java.util.Collection<Endpoint> endpoints) |
void |
undeploy(boolean restart) |
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
setBundleContext in interface org.springframework.osgi.context.BundleContextAwarepublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void setEndpoints(java.util.Collection<Endpoint> endpoints)
public java.util.Collection<Endpoint> getEndpoints()
public java.lang.String getName()
getName in interface DeployedAssemblypublic java.util.Map<java.lang.String,java.lang.String> getServiceUnits()
getServiceUnits in interface DeployedAssemblypublic void undeploy(boolean restart)
undeploy in interface DeployedAssemblypublic void deploy()
protected void checkAndRegisterSA(Endpoint ep)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic void destroy()
throws java.lang.Exception
destroy in interface org.springframework.beans.factory.DisposableBeanjava.lang.ExceptionCopyright © 2005-2014 FuseSource. All Rights Reserved.