public abstract class AbstractMockServiceGenerator<IFACE extends Interface,OP extends Operation> extends Object
Modifier and Type | Class and Description |
---|---|
protected static interface |
AbstractMockServiceGenerator.FormNames |
Modifier and Type | Field and Description |
---|---|
static int |
INITIAL_VIRT_PORT |
Constructor and Description |
---|
AbstractMockServiceGenerator(com.smartbear.ready.core.utils.MachineResourceService machineResourceService) |
Modifier and Type | Method and Description |
---|---|
protected abstract MockService |
addNewMockService(WsdlProject project,
String mockServiceName) |
void |
generateMockService(IFACE iface,
boolean canAddToExistingVirt,
String suggestedVirtName) |
protected abstract List<OP> |
getAllOperations(IFACE iface) |
protected abstract Class<?> |
getDialogClass() |
protected abstract int |
getMockServiceCount(WsdlProject project) |
protected abstract String |
getOperationDisplayName(OP operation) |
protected abstract String |
getOperationsFormName() |
public static final int INITIAL_VIRT_PORT
public AbstractMockServiceGenerator(com.smartbear.ready.core.utils.MachineResourceService machineResourceService)
public void generateMockService(IFACE iface, boolean canAddToExistingVirt, @Nullable String suggestedVirtName)
protected abstract int getMockServiceCount(WsdlProject project)
protected abstract MockService addNewMockService(WsdlProject project, String mockServiceName)
protected abstract Class<?> getDialogClass()
protected abstract String getOperationsFormName()
Copyright © 2019. All rights reserved.