org.objectweb.easybeans.deployment.xml.struct
Class Interceptors

java.lang.Object
  extended by org.objectweb.easybeans.deployment.xml.struct.Interceptors

public class Interceptors
extends java.lang.Object

This class defines the implementation of the element interceptors.

Author:
Florent Benoit

Field Summary
private  java.util.List<Interceptor> interceptorList
          List of <interceptor> elements.
static java.lang.String NAME
          Name of this element.
 
Constructor Summary
Interceptors()
          Constructor.
 
Method Summary
 void addInterceptor(Interceptor interceptor)
          Adds a new <interceptor> element to assembly descriptor.
 java.util.List<Interceptor> getInterceptorList()
          Gets the list of <interceptor> elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Name of this element.

See Also:
Constant Field Values

interceptorList

private java.util.List<Interceptor> interceptorList
List of <interceptor> elements.

Constructor Detail

Interceptors

public Interceptors()
Constructor.

Method Detail

getInterceptorList

public java.util.List<Interceptor> getInterceptorList()
Gets the list of <interceptor> elements.

Returns:
list of <interceptor> elements.

addInterceptor

public void addInterceptor(Interceptor interceptor)
Adds a new <interceptor> element to assembly descriptor.

Parameters:
interceptor - the <interceptor> element