org.apache.openejb.jee
Class Interceptors
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected List<Text> description
interceptors
protected Map<String,Interceptor> interceptors
id
protected String id
Interceptors
public Interceptors()
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-2011 The Apache OpenEJB development community. All Rights Reserved.