final CdaDataFactory dataFactory = produceDataFactory();
DataFactoryEditorSupport.configureDataFactoryForPreview(dataFactory, designTimeContext);
HttpQueryBackend httpQuery = getHttpQuery();
httpQuery.initialize(dataFactory.getDataFactoryContext());
return httpQuery.fetchData(null, method, extraParameter);
}
private HttpQueryBackend getHttpQuery() {
HttpQueryBackend query = new HttpQueryBackend();
query.setBaseUrl(baseUrl.getText());