Interface OpenWebBeansJmsPlugin

  • All Superinterfaces:
    org.apache.webbeans.spi.plugins.OpenWebBeansPlugin

    public interface OpenWebBeansJmsPlugin
    extends org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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)