public class JaxrsSpringProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_PROPERTY
Deprecated.
|
static String |
ENABLE_PROPERTY |
static String |
SERVICE_NAME |
static String |
SPRING_LISTENER |
static String |
SPRING_SERVLET |
Constructor and Description |
---|
JaxrsSpringProcessor(org.jboss.msc.service.ServiceTarget serviceTarget) |
Modifier and Type | Method and Description |
---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
protected org.jboss.vfs.VirtualFile |
getResteasySpringVirtualFile()
Lookup Seam integration resource loader.
|
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit context) |
public static final String SPRING_LISTENER
public static final String SPRING_SERVLET
@Deprecated public static final String DISABLE_PROPERTY
public static final String ENABLE_PROPERTY
public static final String SERVICE_NAME
public JaxrsSpringProcessor(org.jboss.msc.service.ServiceTarget serviceTarget)
protected org.jboss.vfs.VirtualFile getResteasySpringVirtualFile() throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
org.jboss.as.server.deployment.DeploymentUnitProcessingException
- for any errorpublic void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
deploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
org.jboss.as.server.deployment.DeploymentUnitProcessingException
public void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
Copyright © 2018 JBoss by Red Hat. All rights reserved.