Methods Summary |
---|
public abstract boolean | containsProperty(java.lang.String name)Returns true if the MessageContext contains a property
with the specified name.
|
public abstract java.lang.Object | getProperty(java.lang.String name)Gets the value of a specific property from the
MessageContext .
|
public abstract java.util.Iterator | getPropertyNames()Returns an Iterator view of the names of the properties
in this MessageContext .
|
public abstract void | removeProperty(java.lang.String name)Removes a property (name-value pair) from the
MessageContext .
|
public abstract void | setProperty(java.lang.String name, java.lang.Object value)Sets the name and value of a property associated with the
MessageContext . If the MessageContext
contains a value of the same property, the old value is replaced.
|