public class JaxRsDeployment extends Object implements Deployment
| Constructor and Description |
|---|
JaxRsDeployment() |
| Modifier and Type | Method and Description |
|---|---|
JaxRsDeployment |
addClass(Class cls) |
JaxRsDeployment |
addResource(Class resource) |
org.jboss.vfs.VirtualFile |
getContent() |
String |
getName() |
JaxRsDeployment |
setApplication(Class<? extends javax.ws.rs.core.Application> application) |
public JaxRsDeployment setApplication(Class<? extends javax.ws.rs.core.Application> application)
public JaxRsDeployment addResource(Class resource)
public JaxRsDeployment addClass(Class cls)
public String getName()
getName in interface Deploymentpublic org.jboss.vfs.VirtualFile getContent()
throws IOException
getContent in interface DeploymentIOExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.