public class AbstractDeploymentAspect extends Object implements org.jboss.wsf.spi.deployment.DeploymentAspect
Constructor and Description |
---|
AbstractDeploymentAspect() |
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getLoader() |
String |
getProvides() |
Set<String> |
getProvidesAsSet() |
int |
getRelativeOrder() |
String |
getRequires() |
Set<String> |
getRequiresAsSet() |
boolean |
isLast() |
void |
setLast(boolean isLast) |
void |
setProvides(String provides) |
void |
setRelativeOrder(int relativeOrder) |
void |
setRequires(String requires) |
void |
start(org.jboss.wsf.spi.deployment.Deployment dep) |
void |
stop(org.jboss.wsf.spi.deployment.Deployment dep) |
public ClassLoader getLoader()
getLoader
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public void setLast(boolean isLast)
setLast
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public boolean isLast()
isLast
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public String getProvides()
getProvides
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public void setProvides(String provides)
setProvides
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public String getRequires()
getRequires
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public void setRequires(String requires)
setRequires
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public void setRelativeOrder(int relativeOrder)
setRelativeOrder
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public int getRelativeOrder()
getRelativeOrder
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public void start(org.jboss.wsf.spi.deployment.Deployment dep)
start
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public void stop(org.jboss.wsf.spi.deployment.Deployment dep)
stop
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
public Set<String> getProvidesAsSet()
getProvidesAsSet
in interface org.jboss.wsf.spi.deployment.DeploymentAspect
Copyright © 2019 JBoss, by Red Hat. All rights reserved.