com.eviware.soapui.support.editor.inspectors.wss
Class AbstractWssInspector

java.lang.Object
  extended by com.eviware.soapui.support.editor.inspectors.AbstractXmlInspector
      extended by com.eviware.soapui.support.editor.inspectors.wss.AbstractWssInspector
All Implemented Interfaces:
Inspector, EditorInspector<XmlDocument>, EditorLocationListener<XmlDocument>, XmlInspector
Direct Known Subclasses:
WssInspectorFactory.RequestMessageExchangeWssInspector, WssInspectorFactory.ResponseMessageExchangeWssInspector, WssInspectorFactory.WsdlMockRequestWssInspector, WssInspectorFactory.WsdlResponseWssInspector

public abstract class AbstractWssInspector
extends AbstractXmlInspector


Field Summary
 
Fields inherited from interface com.eviware.soapui.support.components.Inspector
DESCRIPTION_PROPERTY, ENABLED_PROPERTY, ICON_PROPERTY, TITLE_PROPERTY
 
Constructor Summary
protected AbstractWssInspector()
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
abstract  java.util.Vector<?> getWssResults()
           
 boolean isEnabledFor(EditorView<XmlDocument> view)
           
 void locationChanged(XmlLocation location)
           
 void release()
           
 void update()
           
 
Methods inherited from class com.eviware.soapui.support.editor.inspectors.AbstractXmlInspector
activate, addPropertyChangeListener, deactivate, getDescription, getEditor, getIcon, getInspectorId, getTitle, init, isActive, isContentHandler, isEnabled, locationChanged, removePropertyChangeListener, setDescription, setEnabled, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWssInspector

protected AbstractWssInspector()
Method Detail

release

public void release()
Specified by:
release in interface Inspector
Overrides:
release in class AbstractXmlInspector

locationChanged

public void locationChanged(XmlLocation location)

getComponent

public javax.swing.JComponent getComponent()

getWssResults

public abstract java.util.Vector<?> getWssResults()

update

public void update()

isEnabledFor

public boolean isEnabledFor(EditorView<XmlDocument> view)
Specified by:
isEnabledFor in interface EditorInspector<XmlDocument>
Specified by:
isEnabledFor in interface XmlInspector
Overrides:
isEnabledFor in class AbstractXmlInspector


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