org.apache.openejb.jee
Class Interceptors
java.lang.Object
org.apache.openejb.jee.Interceptors
public class Interceptors
- extends java.lang.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 java.util.List<Text> description
interceptors
protected java.util.Map<java.lang.String,Interceptor> interceptors
id
protected java.lang.String id
Interceptors
public Interceptors()
getDescription
public java.util.List<Text> getDescription()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
getInterceptor
public Interceptor[] getInterceptor()
setInterceptor
public void setInterceptor(Interceptor[] v)
addInterceptor
public Interceptor addInterceptor(Interceptor interceptor)
getInterceptor
public Interceptor getInterceptor(java.lang.String className)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.