org.jboss.cdi.tck.shrinkwrap.descriptors.ejb
Class EjbJarDescriptorBuilder

java.lang.Object
  extended by org.jboss.cdi.tck.shrinkwrap.descriptors.ejb.EjbJarDescriptorBuilder

public class EjbJarDescriptorBuilder
extends Object

Simple EjbJarDescriptor builder - intended only to avoid complexity when configuring message driven beans.

Author:
Martin Kouba

Nested Class Summary
static class EjbJarDescriptorBuilder.ActivationConfigProperty
           
static class EjbJarDescriptorBuilder.MessageDriven
           
 
Constructor Summary
EjbJarDescriptorBuilder()
           
 
Method Summary
 org.jboss.shrinkwrap.descriptor.api.ejbjar31.EjbJarDescriptor build()
           
 EjbJarDescriptorBuilder messageDrivenBeans(EjbJarDescriptorBuilder.MessageDriven... beans)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbJarDescriptorBuilder

public EjbJarDescriptorBuilder()
Method Detail

messageDrivenBeans

public EjbJarDescriptorBuilder messageDrivenBeans(EjbJarDescriptorBuilder.MessageDriven... beans)

build

public org.jboss.shrinkwrap.descriptor.api.ejbjar31.EjbJarDescriptor build()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.