Package org.apache.openejb.jee.jba
Class AssemblyDescriptor
- java.lang.Object
-
- org.apache.openejb.jee.jba.AssemblyDescriptor
-
public class AssemblyDescriptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MessageDestination>messageDestinationprotected List<SecurityRole>securityRole
-
Constructor Summary
Constructors Constructor Description AssemblyDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MessageDestination>getMessageDestination()Gets the value of the messageDestination property.List<SecurityRole>getSecurityRole()Gets the value of the securityRole property.
-
-
-
Field Detail
-
securityRole
protected List<SecurityRole> securityRole
-
messageDestination
protected List<MessageDestination> messageDestination
-
-
Method Detail
-
getSecurityRole
public List<SecurityRole> getSecurityRole()
Gets the value of the securityRole property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the securityRole property. For example, to add a new item, do as follows:getSecurityRole().add(newItem);Objects of the following type(s) are allowed in the listSecurityRole
-
getMessageDestination
public List<MessageDestination> getMessageDestination()
Gets the value of the messageDestination property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the messageDestination property. For example, to add a new item, do as follows:getMessageDestination().add(newItem);Objects of the following type(s) are allowed in the listMessageDestination
-
-