org.ow2.easybeans.client.xml
Class ApplicationClient

java.lang.Object
  extended by org.ow2.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

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
 

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


Copyright © 2006-2007 OW2 Consortium. All Rights Reserved.