com.eviware.soapui.support.editor.registry
Class InspectorRegistry
java.lang.Object
com.eviware.soapui.support.editor.registry.InspectorRegistry
public class InspectorRegistry
- extends java.lang.Object
Registry of registered XmlInspectorFactories
- Author:
- ole.matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InspectorRegistry
public InspectorRegistry()
addFactory
public void addFactory(InspectorFactory factory)
getInstance
public static final InspectorRegistry getInstance()
removeFactory
public void removeFactory(InspectorFactory factory)
getFactories
public InspectorFactory[] getFactories()
getFactoriesOfType
public InspectorFactory[] getFactoriesOfType(java.lang.Class<?> type)
Copyright © 2005-2010 eviware.com. All Rights Reserved.