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

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

public class HttpRequestStepFactory
extends WsdlTestStepFactory

Factory for WsdlTestRequestSteps

Author:
Ole.Matzura

Nested Class Summary
static interface HttpRequestStepFactory.Form
           
 
Field Summary
static java.lang.String HTTPREQUEST_TYPE
           
static MessageSupport messages
           
 
Constructor Summary
HttpRequestStepFactory()
           
 
Method Summary
 WsdlTestStep buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 boolean canCreate()
           
 com.eviware.soapui.config.TestStepConfig createConfig(WsdlMonitorMessageExchange me, java.lang.String stepName)
           
 com.eviware.soapui.config.TestStepConfig createNewTestStep(WsdlTestCase testCase, java.lang.String name)
           
 com.eviware.soapui.config.TestStepConfig createNewTestStep(WsdlTestCase testCase, java.lang.String name, java.lang.String endpoint, java.lang.String method)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactory
canAddTestStepToTestCase, getTestStepDescription, getTestStepIconPath, getTestStepName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTPREQUEST_TYPE

public static final java.lang.String HTTPREQUEST_TYPE
See Also:
Constant Field Values

messages

public static final MessageSupport messages
Constructor Detail

HttpRequestStepFactory

public HttpRequestStepFactory()
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

createNewTestStep

public com.eviware.soapui.config.TestStepConfig createNewTestStep(WsdlTestCase testCase,
                                                                  java.lang.String name,
                                                                  java.lang.String endpoint,
                                                                  java.lang.String method)

canCreate

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

createConfig

public com.eviware.soapui.config.TestStepConfig createConfig(WsdlMonitorMessageExchange me,
                                                             java.lang.String stepName)


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