Package org.apache.openejb.jee.jba
Class ContainerInterceptors
- java.lang.Object
-
- org.apache.openejb.jee.jba.ContainerInterceptors
-
public class ContainerInterceptors extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Interceptor>interceptor
-
Constructor Summary
Constructors Constructor Description ContainerInterceptors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Interceptor>getInterceptor()Gets the value of the interceptor property.
-
-
-
Field Detail
-
interceptor
protected List<Interceptor> interceptor
-
-
Method Detail
-
getInterceptor
public List<Interceptor> getInterceptor()
Gets the value of the interceptor property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the interceptor property. For example, to add a new item, do as follows:getInterceptor().add(newItem);Objects of the following type(s) are allowed in the listInterceptor
-
-