super(TRANSFER_TYPE, "Property Transfer", "Transfers values from the previous response to the next request",
"/value_transfer.gif");
}
public WsdlTestStep buildTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest) {
return new PropertyTransfersTestStep(testCase, config, forLoadTest);
}