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

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

public class WsdlMockResponseStepFactory
extends WsdlTestStepFactory

Factory for creation TransferValue steps

Author:
Ole.Matzura

Field Summary
static java.lang.String MOCKRESPONSE_TYPE
           
 
Constructor Summary
WsdlMockResponseStepFactory()
           
 
Method Summary
 WsdlTestStep buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 boolean canCreate()
           
static com.eviware.soapui.config.TestStepConfig createConfig(WsdlOperation operation, boolean interactive)
           
static com.eviware.soapui.config.TestStepConfig createConfig(WsdlOperation operation, WsdlRequest request, boolean interactive)
           
static com.eviware.soapui.config.TestStepConfig createConfig(WsdlRequest request, boolean interactive)
           
static com.eviware.soapui.config.TestStepConfig createNewTestStep(WsdlMockResponse mockResponse)
           
 com.eviware.soapui.config.TestStepConfig createNewTestStep(WsdlTestCase testCase, java.lang.String name)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactory
getTestStepDescription, getTestStepIconPath, getTestStepName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOCKRESPONSE_TYPE

public static final java.lang.String MOCKRESPONSE_TYPE
See Also:
Constant Field Values
Constructor Detail

WsdlMockResponseStepFactory

public WsdlMockResponseStepFactory()
Method Detail

buildTestStep

public WsdlTestStep buildTestStep(WsdlTestCase testCase,
                                  com.eviware.soapui.config.TestStepConfig config,
                                  boolean forLoadTest)
Specified by:
buildTestStep in class WsdlTestStepFactory

createNewTestStep

public com.eviware.soapui.config.TestStepConfig createNewTestStep(WsdlTestCase testCase,
                                                                  java.lang.String name)
Specified by:
createNewTestStep in class WsdlTestStepFactory

createConfig

public static com.eviware.soapui.config.TestStepConfig createConfig(WsdlOperation operation,
                                                                    boolean interactive)

createConfig

public static com.eviware.soapui.config.TestStepConfig createConfig(WsdlRequest request,
                                                                    boolean interactive)

createConfig

public static com.eviware.soapui.config.TestStepConfig createConfig(WsdlOperation operation,
                                                                    WsdlRequest request,
                                                                    boolean interactive)

createNewTestStep

public static com.eviware.soapui.config.TestStepConfig createNewTestStep(WsdlMockResponse mockResponse)

canCreate

public boolean canCreate()
Specified by:
canCreate in class WsdlTestStepFactory


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