Class WARDeployer

java.lang.Object
org.jboss.jca.web.WARDeployer
All Implemented Interfaces:
com.github.fungal.spi.deployers.Deployer

public class WARDeployer extends Object implements com.github.fungal.spi.deployers.Deployer
The WAR deployer for JCA/SJC
Author:
Jesper Pedersen
  • Constructor Details

    • WARDeployer

      public WARDeployer()
      Constructor
  • Method Details

    • getWebServer

      public WebServer getWebServer()
      Get the web server
      Returns:
      The server
    • setWebServer

      public void setWebServer(WebServer server)
      Set the web server
      Parameters:
      server - The server
    • accepts

      public boolean accepts(URL url)
      Specified by:
      accepts in interface com.github.fungal.spi.deployers.Deployer
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface com.github.fungal.spi.deployers.Deployer
    • deploy

      public com.github.fungal.spi.deployers.Deployment deploy(URL url, com.github.fungal.spi.deployers.Context context, ClassLoader parent) throws com.github.fungal.spi.deployers.DeployException
      Specified by:
      deploy in interface com.github.fungal.spi.deployers.Deployer
      Throws:
      com.github.fungal.spi.deployers.DeployException