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

Field Summary
static String LAST_DEPLOYMENT_ASPECT
           
 
Method Summary
 boolean canHandle(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(Deployment dep)
           
 void stop(Deployment dep)
           
 

Field Detail

LAST_DEPLOYMENT_ASPECT

static final String LAST_DEPLOYMENT_ASPECT
See Also:
Constant Field Values
Method Detail

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.