com.eviware.soapui.impl.support.components
Class RequestXmlDocument

java.lang.Object
  extended by com.eviware.soapui.support.editor.xml.support.AbstractXmlDocument
      extended by com.eviware.soapui.impl.support.components.RequestXmlDocument
All Implemented Interfaces:
EditorDocument, XmlDocument, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener

public class RequestXmlDocument
extends AbstractXmlDocument
implements java.beans.PropertyChangeListener

XmlDocument for a WsdlRequest

Author:
ole.matzura

Field Summary
 
Fields inherited from interface com.eviware.soapui.support.editor.xml.XmlDocument
XML_PROPERTY
 
Constructor Summary
RequestXmlDocument(WsdlRequest request)
           
 
Method Summary
 org.apache.xmlbeans.SchemaTypeSystem getTypeSystem()
           
 java.lang.String getXml()
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void release()
           
 void setXml(java.lang.String xml)
           
 
Methods inherited from class com.eviware.soapui.support.editor.xml.support.AbstractXmlDocument
addPropertyChangeListener, addPropertyChangeListener, fireXmlChanged, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestXmlDocument

public RequestXmlDocument(WsdlRequest request)
Method Detail

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
Overrides:
getTypeSystem in class AbstractXmlDocument

release

public void release()
Specified by:
release in interface EditorDocument
Overrides:
release in class AbstractXmlDocument


Copyright © 2005-2010 eviware.com. All Rights Reserved.