org.jboss.ejb3.embedded.dsl
Class DeploymentBuilder
java.lang.Object
org.jboss.ejb3.embedded.dsl.DeploymentBuilder
public class DeploymentBuilder
- extends Object
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentBuilder
public DeploymentBuilder()
deployment
public static <T> org.jboss.deployers.client.spi.Deployment deployment(String name,
Attachment<?>... attachments)
deployment
public static <T> org.jboss.deployers.client.spi.Deployment deployment(String name,
Class<T> attachmentType,
T attachment)
deployment
public static org.jboss.deployers.client.spi.Deployment deployment(URL url)
throws IOException
- Throws:
IOException
deployment
public static org.jboss.deployers.client.spi.Deployment deployment(URL url,
Attachment<?>... attachments)
throws IOException
- Throws:
IOException
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.