|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
org.exolab.jmscts.core | Core code used to execute JMS CTS |
Uses of Property in org.exolab.jmscts.core |
Methods in org.exolab.jmscts.core that return Property | |
static Property |
PropertyHelper.create(java.lang.String name,
java.lang.Object value)
Creates a property for the supplied name and value |
static Property[] |
ClassHelper.getProperties(java.lang.Object object)
Helper to returns the properties of an object |
static Property |
Property.unmarshal(java.io.Reader reader)
Method unmarshal |
Methods in org.exolab.jmscts.core with parameters of type Property | |
static java.lang.Object |
PropertyHelper.create(Property property)
Creates an objectified primitive from the supplied property |
static java.lang.Object |
ClassHelper.instantiate(java.lang.String className,
Property[] properties)
Create a new instance of an object identified by its class name, and set its properties |
Constructors in org.exolab.jmscts.core with parameters of type Property | |
PropertyPopulator(Property[] properties)
Create an instance of this class, with the list of properties to populate messages with |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |