Public Member Functions | |
ACSJMSValueProvider (ACSJMSMessage jmsMessage) | |
Object | getValue (Object identifier, Object correlation) |
Package Attributes | |
ACSJMSMessage | message |
|
Constructor
|
|
Return the value of a property. It looks for the property in the body of the message, not in the header. JMS specification states that the properties to check should only be those of the header so we are not following the specs here (even if it is common use). It should be better at least to check ALSO in the header properties NOTE: Properties are object of type org.jacorb.orb.Any containing a String. This method tries to parse the String in order to return an object of the right type (true and false for booleans)
|
|
The message whose values are neeed by the parser |