org.objectweb.easybeans.client.xml
Class ApplicationClient

java.lang.Object
  extended by org.objectweb.easybeans.client.xml.ApplicationClient

public class ApplicationClient
extends java.lang.Object

Class representing application-client.xml file. TODO: update to use all elements.

Author:
Florent Benoit

Field Summary
private  java.util.List<EJBRef> ejbRefs
          List of ejb-ref elements.
 
Constructor Summary
ApplicationClient()
           
 
Method Summary
 void addEJBRef(EJBRef ejbRef)
          Add an ejb reference to this element.
 java.util.List<EJBRef> getEJBRefs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbRefs

private java.util.List<EJBRef> ejbRefs
List of ejb-ref elements.

Constructor Detail

ApplicationClient

public ApplicationClient()
Method Detail

addEJBRef

public void addEJBRef(EJBRef ejbRef)
Add an ejb reference to this element.

Parameters:
ejbRef - element to add.

getEJBRefs

public java.util.List<EJBRef> getEJBRefs()
Returns:
list of ejb-ref elements