com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.registry
Class XmlInspectorRegistry
java.lang.Object
com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.registry.XmlInspectorRegistry
public class XmlInspectorRegistry
- 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 |
XmlInspectorRegistry
public XmlInspectorRegistry()
addFactory
public void addFactory(XmlInspectorFactory factory)
getInstance
public static final XmlInspectorRegistry getInstance()
removeFactory
public void removeFactory(XmlInspectorFactory factory)
getFactories
public XmlInspectorFactory[] getFactories()
getFactoriesOfType
public XmlInspectorFactory[] getFactoriesOfType(java.lang.Class type)
Copyright © 2005-2007 eviware.com. All Rights Reserved.