com.eviware.soapui.support.editor.xml
Interface XmlInspector

All Superinterfaces:
EditorInspector<XmlDocument>, EditorLocationListener<XmlDocument>, Inspector
All Known Implementing Classes:
AbstractRestRepresentationsInspector, AbstractWsaInspector, AbstractWssInspector, AbstractXmlInspector, AttachmentsInspector, HttpHeadersInspector, MockResponseScriptInspector, RequestAutInspector, ResponseSSLInspector, RestRequestRepresentationsInspector, RestResponseRepresentationsInspector, WsdlMockresponseWsaInspector, WsdlRequestWsaInspector, WssInspectorFactory.RequestMessageExchangeWssInspector, WssInspectorFactory.ResponseMessageExchangeWssInspector, WssInspectorFactory.WsdlMockRequestWssInspector, WssInspectorFactory.WsdlResponseWssInspector

public interface XmlInspector
extends EditorLocationListener<XmlDocument>, EditorInspector<XmlDocument>

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
 Editor<XmlDocument> getEditor()
           
 void init(Editor<XmlDocument> editor)
           
 boolean isContentHandler()
           
 boolean isEnabledFor(EditorView<XmlDocument> view)
           
 
Methods inherited from interface com.eviware.soapui.support.editor.EditorLocationListener
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(Editor<XmlDocument> editor)
Specified by:
init in interface EditorInspector<XmlDocument>

getEditor

Editor<XmlDocument> getEditor()
Specified by:
getEditor in interface EditorInspector<XmlDocument>

isContentHandler

boolean isContentHandler()
Specified by:
isContentHandler in interface EditorInspector<XmlDocument>

isEnabledFor

boolean isEnabledFor(EditorView<XmlDocument> view)
Specified by:
isEnabledFor in interface EditorInspector<XmlDocument>


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