Package org.jboss.as.webservices.dmr
Class ModelDeploymentAspect
- java.lang.Object
-
- org.jboss.ws.common.integration.AbstractDeploymentAspect
-
- org.jboss.as.webservices.dmr.ModelDeploymentAspect
-
- All Implemented Interfaces:
org.jboss.wsf.spi.deployment.DeploymentAspect
public final class ModelDeploymentAspect extends org.jboss.ws.common.integration.AbstractDeploymentAspectDeployment aspect that modifies DMR WS endpoint model.- Author:
- Richard Opalka
-
-
Constructor Summary
Constructors Constructor Description ModelDeploymentAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(org.jboss.wsf.spi.deployment.Deployment dep)voidstop(org.jboss.wsf.spi.deployment.Deployment dep)
-
-
-
Method Detail
-
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
-
-