com.eviware.soapui.impl.wsdl.loadtest.strategy
Class SimpleLoadStrategy.Factory

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.loadtest.strategy.SimpleLoadStrategy.Factory
All Implemented Interfaces:
LoadStrategyFactory
Enclosing class:
SimpleLoadStrategy

public static class SimpleLoadStrategy.Factory
extends java.lang.Object
implements LoadStrategyFactory

Factory for SimpleLoadStrategy class

Author:
Ole.Matzura

Constructor Summary
SimpleLoadStrategy.Factory()
           
 
Method Summary
 LoadStrategy build(org.apache.xmlbeans.XmlObject config, WsdlLoadTest loadTest)
           
 LoadStrategy create(WsdlLoadTest loadTest)
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLoadStrategy.Factory

public SimpleLoadStrategy.Factory()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface LoadStrategyFactory

build

public LoadStrategy build(org.apache.xmlbeans.XmlObject config,
                          WsdlLoadTest loadTest)
Specified by:
build in interface LoadStrategyFactory

create

public LoadStrategy create(WsdlLoadTest loadTest)
Specified by:
create in interface LoadStrategyFactory


Copyright © 2005-2009 eviware.com. All Rights Reserved.