public class WsdlTestStepRegistry extends Object implements SoapUIFactoryRegistryListener
Constructor and Description |
---|
WsdlTestStepRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addFactory(WsdlTestStepFactory factory) |
void |
factoryAdded(Class<?> factoryType,
Object factory) |
void |
factoryRemoved(Class<?> factoryType,
Object factory) |
WsdlTestStepFactory[] |
getFactories() |
WsdlTestStepFactory |
getFactory(String type) |
static WsdlTestStepRegistry |
getInstance() |
boolean |
hasFactory(TestStepConfig config) |
int |
removeFactory(String type) |
public WsdlTestStepFactory getFactory(String type)
public void addFactory(WsdlTestStepFactory factory)
public int removeFactory(String type)
public static WsdlTestStepRegistry getInstance()
public WsdlTestStepFactory[] getFactories()
public boolean hasFactory(TestStepConfig config)
public void factoryAdded(Class<?> factoryType, Object factory)
factoryAdded
in interface SoapUIFactoryRegistryListener
public void factoryRemoved(Class<?> factoryType, Object factory)
factoryRemoved
in interface SoapUIFactoryRegistryListener
Copyright © 2019. All Rights Reserved.