org.apache.webbeans.plugins
Interface OpenWebBeansJmsPlugin

All Superinterfaces:
OpenWebBeansPlugin

public interface OpenWebBeansJmsPlugin
extends OpenWebBeansPlugin


Method Summary
 javax.enterprise.inject.spi.Bean<?> getJmsBean(JMSModel jmsModel)
           
 Object getJmsBeanProxy(javax.enterprise.inject.spi.Bean<?> bean, Class<?> iface)
           
 
Methods inherited from interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
getSupportedService, isManagedBean, shutDown, startUp, supportService, supportsJavaEeComponentInjections
 

Method Detail

getJmsBean

javax.enterprise.inject.spi.Bean<?> getJmsBean(JMSModel jmsModel)

getJmsBeanProxy

Object getJmsBeanProxy(javax.enterprise.inject.spi.Bean<?> bean,
                       Class<?> iface)


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.