com.eviware.soapui.impl.wsdl.teststeps.registry
Class WsdlTestStepRegistry
java.lang.Object
com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepRegistry
public class WsdlTestStepRegistry
- extends java.lang.Object
Registry of WsdlTestStep factories
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlTestStepRegistry
public WsdlTestStepRegistry()
getFactory
public WsdlTestStepFactory getFactory(java.lang.String type)
addFactory
public void addFactory(WsdlTestStepFactory factory)
removeFactory
public void removeFactory(java.lang.String type)
getInstance
public static WsdlTestStepRegistry getInstance()
getFactories
public WsdlTestStepFactory[] getFactories()
hasFactory
public boolean hasFactory(com.eviware.soapui.config.TestStepConfig config)
Copyright © 2005-2008 eviware.com. All Rights Reserved.