com.eviware.soapui.support.editor.views.xml.raw
Class RawXmlEditorFactory

java.lang.Object
  extended by com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditorFactory
All Implemented Interfaces:
EditorViewFactory, RequestEditorViewFactory, ResponseEditorViewFactory

public class RawXmlEditorFactory
extends java.lang.Object
implements ResponseEditorViewFactory, RequestEditorViewFactory


Field Summary
static java.lang.String VIEW_ID
           
 
Constructor Summary
RawXmlEditorFactory()
           
 
Method Summary
 EditorView<XmlDocument> createRequestEditorView(Editor<?> editor, ModelItem modelItem)
           
 EditorView<?> createResponseEditorView(Editor<?> editor, ModelItem modelItem)
           
 java.lang.String getViewId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_ID

public static final java.lang.String VIEW_ID
See Also:
Constant Field Values
Constructor Detail

RawXmlEditorFactory

public RawXmlEditorFactory()
Method Detail

getViewId

public java.lang.String getViewId()
Specified by:
getViewId in interface EditorViewFactory

createResponseEditorView

public EditorView<?> createResponseEditorView(Editor<?> editor,
                                              ModelItem modelItem)
Specified by:
createResponseEditorView in interface ResponseEditorViewFactory

createRequestEditorView

public EditorView<XmlDocument> createRequestEditorView(Editor<?> editor,
                                                       ModelItem modelItem)
Specified by:
createRequestEditorView in interface RequestEditorViewFactory


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