public class AbstractDeploymentAspect extends Object implements org.jboss.wsf.spi.deployment.DeploymentAspect
| Constructor and Description |
|---|
AbstractDeploymentAspect() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(org.jboss.wsf.spi.deployment.Deployment dep) |
ClassLoader |
getLoader() |
String |
getProvides() |
Set<String> |
getProvidesAsSet() |
int |
getRelativeOrder() |
String |
getRequires() |
Set<String> |
getRequiresAsSet() |
boolean |
isForJaxRpc() |
boolean |
isForJaxWs() |
boolean |
isLast() |
void |
setForJaxRpc(boolean isForJaxRpc) |
void |
setForJaxWs(boolean isForJaxWs) |
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.DeploymentAspectpublic Set<String> getRequiresAsSet()
getRequiresAsSet in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic boolean canHandle(org.jboss.wsf.spi.deployment.Deployment dep)
canHandle in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic boolean isForJaxWs()
isForJaxWs in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic void setForJaxWs(boolean isForJaxWs)
setForJaxWs in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic boolean isForJaxRpc()
isForJaxRpc in interface org.jboss.wsf.spi.deployment.DeploymentAspectpublic void setForJaxRpc(boolean isForJaxRpc)
setForJaxRpc in interface org.jboss.wsf.spi.deployment.DeploymentAspectCopyright © 2015 JBoss, by Red Hat. All rights reserved.