com.eviware.soapui.impl.wsdl.teststeps.registry
Class WsdlTestStepRegistry

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepRegistry

public class WsdlTestStepRegistry
extends java.lang.Object

Registry of WsdlTestStep factories

Author:
Ole.Matzura

Constructor Summary
WsdlTestStepRegistry()
           
 
Method Summary
 void addFactory(WsdlTestStepFactory factory)
           
 WsdlTestStepFactory[] getFactories()
           
 WsdlTestStepFactory getFactory(java.lang.String type)
           
static WsdlTestStepRegistry getInstance()
           
 boolean hasFactory(com.eviware.soapui.config.TestStepConfig config)
           
 void removeFactory(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlTestStepRegistry

public WsdlTestStepRegistry()
Method Detail

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-2009 eviware.com. All Rights Reserved.