org.ow2.easybeans.deployment.metadata.ejbjar.xml
Class EasyBeansDD

java.lang.Object
  extended by org.ow2.easybeans.deployment.metadata.ejbjar.xml.EasyBeansDD

public class EasyBeansDD
extends java.lang.Object

This class is describing the specific deployment descriptor of EasyBeans used in modules.

Author:
Florent BENOIT

Constructor Summary
EasyBeansDD()
           
 
Method Summary
 EJB getEJB()
          Gets the specific part of EJBs.
 java.util.List<SecurityRoleMapping> getSecurityRoleMappings()
          Gets the security role mapping part.
 EasyBeansWebservices getWebservices()
          Gets the WS specific part of EJBs.
 void setEasyBeansWebservices(EasyBeansWebservices webservices)
          Sets the WS specific part of EJBs.
 void setEJB(EJB ejb)
          Sets the specific part on EJBs.
 void setSecurityRoleMappings(java.util.List<SecurityRoleMapping> securityRoleMappings)
          Sets the security role mapping part.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasyBeansDD

public EasyBeansDD()
Method Detail

getEJB

public EJB getEJB()
Gets the specific part of EJBs.

Returns:
the security role mapping part of EJBs.

setEJB

public void setEJB(EJB ejb)
Sets the specific part on EJBs.

Parameters:
ejb - the given EJB object.

getWebservices

public EasyBeansWebservices getWebservices()
Gets the WS specific part of EJBs.

Returns:
the WS specific part of EJBs.

setEasyBeansWebservices

public void setEasyBeansWebservices(EasyBeansWebservices webservices)
Sets the WS specific part of EJBs.

Parameters:
webservices - the given EasyBeansWebservices object.

getSecurityRoleMappings

public java.util.List<SecurityRoleMapping> getSecurityRoleMappings()
Gets the security role mapping part.

Returns:
the security role mapping part

setSecurityRoleMappings

public void setSecurityRoleMappings(java.util.List<SecurityRoleMapping> securityRoleMappings)
Sets the security role mapping part.

Parameters:
securityRoleMappings - the given security role mapping object.


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