org.ow2.util.ee.metadata.ejbjar.api.xml.struct
Interface IInterceptors

All Superinterfaces:
Serializable

public interface IInterceptors
extends Serializable

Author:
benoitf

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 void addInterceptor(IInterceptor interceptor)
          Adds a new <interceptor> element to assembly descriptor.
 List<IInterceptor> getInterceptorList()
          Gets the list of <interceptor> elements.
 

Field Detail

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

getInterceptorList

List<IInterceptor> getInterceptorList()
Gets the list of <interceptor> elements.

Returns:
list of <interceptor> elements.

addInterceptor

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

Parameters:
interceptor - the <interceptor> element


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.