com.eviware.soapui.impl.wsdl.panels.request.components.editor
Interface XmlInspector

All Superinterfaces:
Inspector, XmlLocationListener
All Known Implementing Classes:
AbstractXmlInspector, AttachmentsInspector, HttpHeadersInspector, MockResponseScriptInspector, ResponseSSLInspector

public interface XmlInspector
extends XmlLocationListener, Inspector

Inspectors available for the XmlDocument of a XmlEditor

Author:
ole.matzura

Field Summary
 
Fields inherited from interface com.eviware.soapui.support.components.Inspector
DESCRIPTION_PROPERTY, ENABLED_PROPERTY, ICON_PROPERTY, TITLE_PROPERTY
 
Method Summary
 XmlEditor getEditor()
           
 void init(XmlEditor editor)
           
 
Methods inherited from interface com.eviware.soapui.impl.wsdl.panels.request.components.editor.XmlLocationListener
locationChanged
 
Methods inherited from interface com.eviware.soapui.support.components.Inspector
activate, addPropertyChangeListener, deactivate, getComponent, getDescription, getIcon, getInspectorId, getTitle, isEnabled, release, removePropertyChangeListener
 

Method Detail

init

void init(XmlEditor editor)

getEditor

XmlEditor getEditor()


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