org.jboss.ejb3.dd
Class ClientBeanInterceptors

java.lang.Object
  extended by org.jboss.ejb3.dd.ClientBeanInterceptors

public class ClientBeanInterceptors
extends Object

Represents an client-interceptors/bean element of the jboss.xml deployment descriptor for the 4.0 schema

Version:
$Revision: 1.1.2.2 $
Author:
William DeCoste

Constructor Summary
ClientBeanInterceptors()
           
 
Method Summary
 void addInterceptor(String interceptor)
           
 List getInterceptors()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientBeanInterceptors

public ClientBeanInterceptors()
Method Detail

getInterceptors

public List getInterceptors()

addInterceptor

public void addInterceptor(String interceptor)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.