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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) protected org.jboss.vfs.VirtualFileLookup Seam integration resource loader.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Field Details
-
SPRING_LISTENER
- See Also:
-
SPRING_SERVLET
- See Also:
-
DISABLE_PROPERTY
Deprecated.- See Also:
-
ENABLE_PROPERTY
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Constructor Details
-
JaxrsSpringProcessor
public JaxrsSpringProcessor(org.jboss.msc.service.ServiceTarget serviceTarget)
-
-
Method Details
-
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
-