org.jboss.wsf.spi.deployment
Interface DeploymentAspect
public interface DeploymentAspect
A deployment aspect that does nothing.
A deployment aspects can require/provide a set of string conditions.
This determines the order of deployment aspects in the deployment aspect manager.
- Since:
- 20-Apr-2007
- Author:
- Thomas.Diesler@jboss.com
LAST_DEPLOYMENT_ASPECT
static final String LAST_DEPLOYMENT_ASPECT
- See Also:
- Constant Field Values
setLast
void setLast(boolean isLast)
isLast
boolean isLast()
getProvides
String getProvides()
setProvides
void setProvides(String provides)
getRequires
String getRequires()
setRequires
void setRequires(String requires)
setRelativeOrder
void setRelativeOrder(int relativeOrder)
getRelativeOrder
int getRelativeOrder()
start
void start(Deployment dep)
stop
void stop(Deployment dep)
getProvidesAsSet
Set<String> getProvidesAsSet()
getRequiresAsSet
Set<String> getRequiresAsSet()
canHandle
boolean canHandle(Deployment dep)
isForJaxWs
boolean isForJaxWs()
setForJaxWs
void setForJaxWs(boolean isForJaxWs)
isForJaxRpc
boolean isForJaxRpc()
setForJaxRpc
void setForJaxRpc(boolean isForJaxRpc)
getLoader
ClassLoader getLoader()
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.