com.eviware.soapui.support.editor.xml
Interface XmlInspector
- All Superinterfaces:
- EditorInspector<XmlDocument>, EditorLocationListener<XmlDocument>, Inspector
- All Known Implementing Classes:
- AbstractJMSHeaderInspector, AbstractRestRepresentationsInspector, AbstractWsaInspector, AbstractWsrmInspector, AbstractWssInspector, AbstractXmlInspector, AMFHeadersInspector, AttachmentsInspector, HttpHeadersInspector, InferredSchemaInspector, JMSHeaderAndPropertyInspector, JMSPropertyInspector, MockResponseScriptInspector, RequestAutInspector, RequestJMSHeaderInspector, ResponseSSLInspector, RestRequestRepresentationsInspector, RestResponseRepresentationsInspector, WsdlMockresponseWsaInspector, WsdlRequestWsaInspector, WsdlRequestWsrmInspector, WsdlRequestWsrmPiggybackInspector, 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
Methods inherited from interface com.eviware.soapui.support.components.Inspector |
activate, addPropertyChangeListener, deactivate, getComponent, getDescription, getIcon, getInspectorId, getTitle, isEnabled, release, removePropertyChangeListener |
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-2010 eviware.com. All Rights Reserved.