Class EndpointServiceDeploymentAspect
java.lang.Object
org.jboss.ws.common.integration.AbstractDeploymentAspect
org.jboss.as.webservices.deployers.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidsetStopServices(boolean stopServices) voidstart(org.jboss.wsf.spi.deployment.Deployment dep) voidstop(org.jboss.wsf.spi.deployment.Deployment dep) Methods inherited from class org.jboss.ws.common.integration.AbstractDeploymentAspect
getLoader, getProvides, getProvidesAsSet, getRelativeOrder, getRequires, getRequiresAsSet, isLast, setLast, setProvides, setRelativeOrder, setRequires
-
Constructor Details
-
EndpointServiceDeploymentAspect
public EndpointServiceDeploymentAspect()
-
-
Method Details
-
start
public void start(org.jboss.wsf.spi.deployment.Deployment dep) - Specified by:
startin interfaceorg.jboss.wsf.spi.deployment.DeploymentAspect- Overrides:
startin classorg.jboss.ws.common.integration.AbstractDeploymentAspect
-
stop
public void stop(org.jboss.wsf.spi.deployment.Deployment dep) - Specified by:
stopin interfaceorg.jboss.wsf.spi.deployment.DeploymentAspect- Overrides:
stopin classorg.jboss.ws.common.integration.AbstractDeploymentAspect
-
setStopServices
public void setStopServices(boolean stopServices) -
clone
-