org.apache.openejb.jee
Class Interceptors

java.lang.Object
  extended by org.apache.openejb.jee.Interceptors

public class Interceptors
extends Object

The interceptorsType element declares one or more interceptor classes used by components within this ejb-jar. The declaration consists of :

- An optional description. - One or more interceptor elements.


Field Summary
protected  List<Text> description
           
protected  String id
           
protected  Map<String,Interceptor> interceptors
           
 
Constructor Summary
Interceptors()
           
 
Method Summary
 Interceptor addInterceptor(Interceptor interceptor)
           
 List<Text> getDescription()
           
 String getId()
           
 Interceptor[] getInterceptor()
           
 Interceptor getInterceptor(String className)
           
 void setId(String value)
           
 void setInterceptor(Interceptor[] v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Text> description

interceptors

protected Map<String,Interceptor> interceptors

id

protected String id
Constructor Detail

Interceptors

public Interceptors()
Method Detail

getDescription

public List<Text> getDescription()

getId

public String getId()

setId

public void setId(String value)

getInterceptor

public Interceptor[] getInterceptor()

setInterceptor

public void setInterceptor(Interceptor[] v)

addInterceptor

public Interceptor addInterceptor(Interceptor interceptor)

getInterceptor

public Interceptor getInterceptor(String className)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.