Interface OpenWebBeansJmsPlugin

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

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

    Modifier and Type
    Method
    Description
    jakarta.enterprise.inject.spi.Bean<?>
    getJmsBean(JMSModel jmsModel)
     
    getJmsBeanProxy(jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> iface)
     

    Methods inherited from interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin

    getSupportedService, isManagedBean, shutDown, startUp, supportService, supportsJavaEeComponentInjections
  • Method Details

    • getJmsBean

      jakarta.enterprise.inject.spi.Bean<?> getJmsBean(JMSModel jmsModel)
    • getJmsBeanProxy

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