com.eviware.soapui.impl.rest.panels.request.inspectors.schema
Class InferredSchemaInspectorFactory

java.lang.Object
  extended by com.eviware.soapui.impl.rest.panels.request.inspectors.schema.InferredSchemaInspectorFactory
All Implemented Interfaces:
InspectorFactory, ResponseInspectorFactory

public class InferredSchemaInspectorFactory
extends java.lang.Object
implements ResponseInspectorFactory

Author:
Dain.Nilsson

Field Summary
static java.lang.String INSPECTOR_ID
           
 
Constructor Summary
InferredSchemaInspectorFactory()
           
 
Method Summary
 EditorInspector<?> createResponseInspector(Editor<?> editor, ModelItem modelItem)
           
 java.lang.String getInspectorId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSPECTOR_ID

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

InferredSchemaInspectorFactory

public InferredSchemaInspectorFactory()
Method Detail

getInspectorId

public java.lang.String getInspectorId()
Specified by:
getInspectorId in interface InspectorFactory

createResponseInspector

public EditorInspector<?> createResponseInspector(Editor<?> editor,
                                                  ModelItem modelItem)
Specified by:
createResponseInspector in interface ResponseInspectorFactory


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