Package com.caucho.ejb.gen

Examples of com.caucho.ejb.gen.MessageGenerator


   * Creates the bean generator for the session bean.
   */
  @Override
  protected BeanGenerator createBeanGenerator()
  {
    _messageBean = new MessageGenerator(getEJBName(), getEJBClassWrapper());

    _messageBean.setApi(new ApiClass(_messagingType));

    return _messageBean;
  }
View Full Code Here

TOP

Related Classes of com.caucho.ejb.gen.MessageGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.