|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.muse.ws.notification.properties.ResourcePropertyChangeEvent
public class ResourcePropertyChangeEvent
ResourcePropertyChangeEvent is a simple Java bean that represents the WSRP property change notification event. Users can instantiate this class and provide it to NotificationProducer.publish() in order to report property changes that aren't caught by the Muse WSRP implementation.
Constructor Summary | |
---|---|
ResourcePropertyChangeEvent(NotificationMessage message)
Parses the message content to find the WSRP change notification data. |
|
ResourcePropertyChangeEvent(QName propertyName,
Element[] oldValues,
Element[] newValues)
|
Method Summary | |
---|---|
Element[] |
getNewValues()
|
Element[] |
getOldValues()
|
QName |
getPropertyName()
|
Element |
toXML()
Converts this object into an XML representation, as defined by its related schema or specification. |
Element |
toXML(Document doc)
Converts this object into an XML representation, as defined by its related schema or specification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourcePropertyChangeEvent(QName propertyName, Element[] oldValues, Element[] newValues)
public ResourcePropertyChangeEvent(NotificationMessage message)
message
- A notification message containing a WSRP change event.Method Detail |
---|
public Element[] getNewValues()
public Element[] getOldValues()
public QName getPropertyName()
public Element toXML()
XmlSerializable
toXML
in interface XmlSerializable
public Element toXML(Document doc)
XmlSerializable
toXML
in interface XmlSerializable
doc
- The DOM Document that will be used to create all of the nodes
in the resulting XML fragment.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |