org.apache.ws
Interface XmlObjectWrapper
- All Known Implementing Classes:
- Body, Envelope, Header, XmlBeansEndpointReference
- public interface XmlObjectWrapper
A wrapper for an XmlObject
.
This class is used as an abstraction layer for XmlBean versioned types to make it possible to handle multiple
versions of specs in the code base.
- Author:
- Ian Springer (ian DOT springer AT hp DOT com)
Method Summary |
org.apache.xmlbeans.XmlObject |
getXmlObject()
Returns the XmlObject which is being wrapped. |
getXmlObject
public org.apache.xmlbeans.XmlObject getXmlObject()
- Returns the XmlObject which is being wrapped.
- Returns:
- XmlObject which is being wrapped
Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.