EasyMock.expect(dswContext.getService(httpSvcSR)).andReturn(httpService).anyTimes();
EasyMock.replay(dswContext);
final ServerFactoryBean sfb = createMockServerFactoryBean();
RemoteServiceAdminCore dp = new RemoteServiceAdminCore(dswContext);
Map<String, Object> handlerProps = new HashMap<String, Object>();
HttpServiceConfigurationTypeHandler h =
new HttpServiceConfigurationTypeHandler(dswContext, handlerProps) {
@Override
ServerFactoryBean createServerFactoryBean(String frontend) {