com.eviware.soapui.impl.wsdl.panels.request.components
Class ResponseXmlDocument
java.lang.Object
com.eviware.soapui.impl.wsdl.panels.request.components.editor.support.AbstractXmlDocument
com.eviware.soapui.impl.wsdl.panels.request.components.ResponseXmlDocument
- All Implemented Interfaces:
- XmlDocument, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
public class ResponseXmlDocument
- extends AbstractXmlDocument
- implements java.beans.PropertyChangeListener
XmlDocument for the response to 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 |
ResponseXmlDocument
public ResponseXmlDocument(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.