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.DeploymentAspectpublic void setLast(boolean isLast)
setLast in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic boolean isLast()
isLast in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic String getProvides()
getProvides in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic void setProvides(String provides)
setProvides in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic String getRequires()
getRequires in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic void setRequires(String requires)
setRequires in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic void setRelativeOrder(int relativeOrder)
setRelativeOrder in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic int getRelativeOrder()
getRelativeOrder in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic void start(org.jboss.wsf.spi.deployment.Deployment dep)
start in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic void stop(org.jboss.wsf.spi.deployment.Deployment dep)
stop in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic Set<String> getProvidesAsSet()
getProvidesAsSet in interface org.jboss.wsf.spi.deployment.DeploymentAspectCopyright © 2016 JBoss, by Red Hat. All rights reserved.