org.apache.ws.resource.properties.impl
Class AbstractXmlBeansResourcePropertyValueChangeEvent

java.lang.Object
  extended byorg.apache.ws.resource.properties.impl.AbstractXmlBeansResourcePropertyValueChangeEvent
All Implemented Interfaces:
ResourcePropertyValueChangeEvent, XmlObjectWrapper
Direct Known Subclasses:
XmlBeansResourcePropertyValueChangeEvent, XmlBeansResourcePropertyValueChangeEvent

public abstract class AbstractXmlBeansResourcePropertyValueChangeEvent
extends java.lang.Object
implements ResourcePropertyValueChangeEvent, XmlObjectWrapper

Author:
Ian P. Springer (Hewlett-Packard Company)

Constructor Summary
AbstractXmlBeansResourcePropertyValueChangeEvent(java.lang.Object[] oldValue, java.lang.Object[] newValue)
           
 
Method Summary
protected abstract  org.apache.xmlbeans.XmlObject buildPropValueChangeNotifDocXmlBean(java.lang.Object[] oldValue, java.lang.Object[] newValue)
           
 java.lang.Object[] getNewValue()
          Returns the new value of the property, as an array of property elements; may be null.
 java.lang.Object[] getOldValue()
          Returns the old value of the property, as an array of property elements; may be null.
 org.apache.xmlbeans.XmlObject getXmlObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXmlBeansResourcePropertyValueChangeEvent

public AbstractXmlBeansResourcePropertyValueChangeEvent(java.lang.Object[] oldValue,
                                                        java.lang.Object[] newValue)
Method Detail

getOldValue

public java.lang.Object[] getOldValue()
Description copied from interface: ResourcePropertyValueChangeEvent
Returns the old value of the property, as an array of property elements; may be null.

Specified by:
getOldValue in interface ResourcePropertyValueChangeEvent
Returns:
the old value of the property, as an array of property elements; may be null

getNewValue

public java.lang.Object[] getNewValue()
Description copied from interface: ResourcePropertyValueChangeEvent
Returns the new value of the property, as an array of property elements; may be null.

Specified by:
getNewValue in interface ResourcePropertyValueChangeEvent
Returns:
the new value of the property, as an array of property elements; may be null

getXmlObject

public org.apache.xmlbeans.XmlObject getXmlObject()
Specified by:
getXmlObject in interface XmlObjectWrapper

buildPropValueChangeNotifDocXmlBean

protected abstract org.apache.xmlbeans.XmlObject buildPropValueChangeNotifDocXmlBean(java.lang.Object[] oldValue,
                                                                                     java.lang.Object[] newValue)


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.