com.eviware.soapui.support.editor.views.xml.source
Class XmlSourceEditorViewFactory
java.lang.Object
com.eviware.soapui.support.editor.views.xml.source.XmlSourceEditorViewFactory
- All Implemented Interfaces:
- EditorViewFactory, RequestEditorViewFactory, ResponseEditorViewFactory
public class XmlSourceEditorViewFactory
- extends java.lang.Object
- implements ResponseEditorViewFactory, RequestEditorViewFactory
Factory for default "XML" source editor view in soapUI
- Author:
- ole.matzura
Field Summary |
static java.lang.String |
VIEW_ID
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VIEW_ID
public static final java.lang.String VIEW_ID
- See Also:
- Constant Field Values
XmlSourceEditorViewFactory
public XmlSourceEditorViewFactory()
createEditorView
public XmlEditorView createEditorView(XmlEditor editor)
getViewId
public java.lang.String getViewId()
- Specified by:
getViewId
in interface EditorViewFactory
createRequestEditorView
public EditorView<?> createRequestEditorView(Editor<?> editor,
ModelItem modelItem)
- Specified by:
createRequestEditorView
in interface RequestEditorViewFactory
createResponseEditorView
public EditorView<?> createResponseEditorView(Editor<?> editor,
ModelItem modelItem)
- Specified by:
createResponseEditorView
in interface ResponseEditorViewFactory
Copyright © 2005-2009 eviware.com. All Rights Reserved.