Class EndpointServiceDeploymentAspect

  • All Implemented Interfaces:
    Cloneable, org.jboss.wsf.spi.deployment.DeploymentAspect

    public final class EndpointServiceDeploymentAspect
    extends org.jboss.ws.common.integration.AbstractDeploymentAspect
    implements Cloneable
    Creates Endpoint Service instance when starting the Endpoint
    Author:
    alessio.soldano@jboss.com, Richard Opalka, Jim Ma
    • Field Summary

      • Fields inherited from interface org.jboss.wsf.spi.deployment.DeploymentAspect

        LAST_DEPLOYMENT_ASPECT
    • Constructor Detail

      • EndpointServiceDeploymentAspect

        public EndpointServiceDeploymentAspect()
    • Method Detail

      • start

        public void start​(org.jboss.wsf.spi.deployment.Deployment dep)
        Specified by:
        start in interface org.jboss.wsf.spi.deployment.DeploymentAspect
        Overrides:
        start in class org.jboss.ws.common.integration.AbstractDeploymentAspect
      • stop

        public void stop​(org.jboss.wsf.spi.deployment.Deployment dep)
        Specified by:
        stop in interface org.jboss.wsf.spi.deployment.DeploymentAspect
        Overrides:
        stop in class org.jboss.ws.common.integration.AbstractDeploymentAspect
      • setStopServices

        public void setStopServices​(boolean stopServices)