|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easybeans.deployment.metadata.ejbjar.xml.EasyBeansDD
public class EasyBeansDD
This class is describing the specific deployment descriptor of EasyBeans used in modules.
| 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 |
|---|
public EasyBeansDD()
| Method Detail |
|---|
public EJB getEJB()
public void setEJB(EJB ejb)
ejb - the given EJB object.public EasyBeansWebservices getWebservices()
public void setEasyBeansWebservices(EasyBeansWebservices webservices)
webservices - the given EasyBeansWebservices object.public java.util.List<SecurityRoleMapping> getSecurityRoleMappings()
public void setSecurityRoleMappings(java.util.List<SecurityRoleMapping> securityRoleMappings)
securityRoleMappings - the given security role mapping object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||