org.ten60.netkernel.xml.representation
Class XmlObjectAspect
java.lang.Object
org.ten60.netkernel.xml.representation.XmlObjectAspect
- All Implemented Interfaces:
- IAspectXmlObject, IURAspect
- public class XmlObjectAspect
- extends Object
- implements IAspectXmlObject
Method Summary |
XmlObject |
getImmutableXmlObject()
Get the XmlObject - this bean must not be changed and should only be
for reading. |
XmlObject |
getXmlObject()
Get a deeply cloned XmlObject which is safe for writing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlObjectAspect
public XmlObjectAspect(XmlObject aXmlObject)
getImmutableXmlObject
public XmlObject getImmutableXmlObject()
- Description copied from interface:
IAspectXmlObject
- Get the XmlObject - this bean must not be changed and should only be
for reading.
- Specified by:
getImmutableXmlObject
in interface IAspectXmlObject
getXmlObject
public XmlObject getXmlObject()
- Description copied from interface:
IAspectXmlObject
- Get a deeply cloned XmlObject which is safe for writing
- Specified by:
getXmlObject
in interface IAspectXmlObject
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.