org.eclipse.swordfish.plugins.ws.wsdlgenerator
Class HttpEndpointListener

java.lang.Object
  extended by org.eclipse.swordfish.plugins.ws.wsdlgenerator.HttpEndpointListener
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.osgi.context.BundleContextAware

public class HttpEndpointListener
extends java.lang.Object
implements org.springframework.osgi.context.BundleContextAware, org.springframework.beans.factory.InitializingBean


Field Summary
static long CXF_ENDPOINT_POLLING_ATTEMPTS
           
static long CXF_ENDPOINT_POLLING_DELAY
           
 
Constructor Summary
HttpEndpointListener()
           
 
Method Summary
 void afterPropertiesSet()
           
 org.apache.cxf.Bus getBus()
           
 java.util.concurrent.ExecutorService getExecutorService()
           
 org.apache.servicemix.nmr.api.NMR getNmr()
           
 void register(java.lang.Object key, java.util.Map<java.lang.String,?> properties)
           
 void setBundleContext(org.osgi.framework.BundleContext bundleContext)
           
 void setBus(org.apache.cxf.Bus bus)
           
 void setExecutorService(java.util.concurrent.ExecutorService executorService)
           
 void setNmr(org.apache.servicemix.nmr.api.NMR nmr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CXF_ENDPOINT_POLLING_DELAY

public static final long CXF_ENDPOINT_POLLING_DELAY
See Also:
Constant Field Values

CXF_ENDPOINT_POLLING_ATTEMPTS

public static final long CXF_ENDPOINT_POLLING_ATTEMPTS
See Also:
Constant Field Values
Constructor Detail

HttpEndpointListener

public HttpEndpointListener()
Method Detail

getNmr

public org.apache.servicemix.nmr.api.NMR getNmr()

getExecutorService

public java.util.concurrent.ExecutorService getExecutorService()

setExecutorService

public void setExecutorService(java.util.concurrent.ExecutorService executorService)

setNmr

public void setNmr(org.apache.servicemix.nmr.api.NMR nmr)

setBundleContext

public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Specified by:
setBundleContext in interface org.springframework.osgi.context.BundleContextAware

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

setBus

public void setBus(org.apache.cxf.Bus bus)

getBus

public org.apache.cxf.Bus getBus()

register

public void register(java.lang.Object key,
                     java.util.Map<java.lang.String,?> properties)