Package org.jboss.as.jaxrs.deployment
Class JaxrsSpringProcessor
- java.lang.Object
-
- org.jboss.as.jaxrs.deployment.JaxrsSpringProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class JaxrsSpringProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Recognize Spring deployment and add the Jakarta RESTful Web Services integration to it
-
-
Field Summary
Fields Modifier and Type Field Description static StringDISABLE_PROPERTYDeprecated.static StringENABLE_PROPERTYstatic StringSERVICE_NAMEstatic StringSPRING_LISTENERstatic StringSPRING_SERVLET
-
Constructor Summary
Constructors Constructor Description JaxrsSpringProcessor(org.jboss.msc.service.ServiceTarget serviceTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)protected org.jboss.vfs.VirtualFilegetResteasySpringVirtualFile()Lookup Seam integration resource loader.
-
-
-
Field Detail
-
SPRING_LISTENER
public static final String SPRING_LISTENER
- See Also:
- Constant Field Values
-
SPRING_SERVLET
public static final String SPRING_SERVLET
- See Also:
- Constant Field Values
-
DISABLE_PROPERTY
@Deprecated public static final String DISABLE_PROPERTY
Deprecated.- See Also:
- Constant Field Values
-
ENABLE_PROPERTY
public static final String ENABLE_PROPERTY
- See Also:
- Constant Field Values
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResteasySpringVirtualFile
protected org.jboss.vfs.VirtualFile getResteasySpringVirtualFile() throws org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionLookup Seam integration resource loader.- Returns:
- the Seam integration resource loader
- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException- for any error
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException- Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
-