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

All Superinterfaces:
Inspector, XmlLocationListener
All Known Implementing Classes:
AbstractWssInspector, AbstractXmlInspector, AttachmentsInspector, HttpHeadersInspector, MockResponseScriptInspector, RequestAutInspector, ResponseSSLInspector, WssInspectorFactory.RequestMessageExchangeWssInspector, WssInspectorFactory.ResponseMessageExchangeWssInspector, WssInspectorFactory.WsdlMockRequestWssInspector, WssInspectorFactory.WsdlResponseWssInspector

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)
           
 boolean isContentHandler()
           
 
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()

isContentHandler

boolean isContentHandler()


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