com.eviware.soapui.support.editor.registry
Interface ResponseEditorViewFactory

All Superinterfaces:
EditorViewFactory
All Known Implementing Classes:
RawXmlEditorFactory, RestHtmlResponseViewFactory, RestJsonResponseViewFactory, XmlSourceEditorViewFactory

public interface ResponseEditorViewFactory
extends EditorViewFactory

Interface for response editor views

Author:
ole.matzura

Method Summary
 EditorView<?> createResponseEditorView(Editor<?> editor, ModelItem modelItem)
           
 
Methods inherited from interface com.eviware.soapui.support.editor.registry.EditorViewFactory
getViewId
 

Method Detail

createResponseEditorView

EditorView<?> createResponseEditorView(Editor<?> editor,
                                       ModelItem modelItem)


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