com.eviware.soapui.impl.wsdl.panels.request.components
Class RequestXmlDocument
java.lang.Object
com.eviware.soapui.impl.wsdl.panels.request.components.editor.support.AbstractXmlDocument
com.eviware.soapui.impl.wsdl.panels.request.components.RequestXmlDocument
- All Implemented Interfaces:
- XmlDocument, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
public class RequestXmlDocument
- extends AbstractXmlDocument
- implements java.beans.PropertyChangeListener
XmlDocument for a WsdlRequest
- Author:
- ole.matzura
| Fields inherited from interface com.eviware.soapui.impl.wsdl.panels.request.components.editor.XmlDocument |
XML_PROPERTY |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestXmlDocument
public RequestXmlDocument(WsdlRequest request)
getXml
public java.lang.String getXml()
- Specified by:
getXml in interface XmlDocument
setXml
public void setXml(java.lang.String xml)
- Specified by:
setXml in interface XmlDocument
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange in interface java.beans.PropertyChangeListener
getTypeSystem
public org.apache.xmlbeans.SchemaTypeSystem getTypeSystem()
- Specified by:
getTypeSystem in interface XmlDocument
release
public void release()
- Specified by:
release in interface XmlDocument- Overrides:
release in class AbstractXmlDocument
Copyright © 2005-2007 eviware.com. All Rights Reserved.