org.jboss.ejb3.embedded.dsl
Class DeploymentBuilder

java.lang.Object
  extended by org.jboss.ejb3.embedded.dsl.DeploymentBuilder

public class DeploymentBuilder
extends java.lang.Object


Constructor Summary
DeploymentBuilder()
           
 
Method Summary
static
<T> org.jboss.deployers.client.spi.Deployment
deployment(java.lang.String name, Attachment<?>... attachments)
           
static
<T> org.jboss.deployers.client.spi.Deployment
deployment(java.lang.String name, java.lang.Class<T> attachmentType, T attachment)
           
static org.jboss.deployers.client.spi.Deployment deployment(java.net.URL url)
           
static org.jboss.deployers.client.spi.Deployment deployment(java.net.URL url, Attachment<?>... attachments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentBuilder

public DeploymentBuilder()
Method Detail

deployment

public static <T> org.jboss.deployers.client.spi.Deployment deployment(java.lang.String name,
                                                                       Attachment<?>... attachments)

deployment

public static <T> org.jboss.deployers.client.spi.Deployment deployment(java.lang.String name,
                                                                       java.lang.Class<T> attachmentType,
                                                                       T attachment)

deployment

public static org.jboss.deployers.client.spi.Deployment deployment(java.net.URL url)
                                                            throws java.io.IOException
Throws:
java.io.IOException

deployment

public static org.jboss.deployers.client.spi.Deployment deployment(java.net.URL url,
                                                                   Attachment<?>... attachments)
                                                            throws java.io.IOException
Throws:
java.io.IOException