Assert.isNotNull(discoveryAdvertiser);
serviceInfoFactory = new ServiceInfoFactory();
Assert.isNotNull(serviceInfoFactory);
discoveryLocator = getDiscoveryLocator();
Assert.isNotNull(discoveryLocator);
endpointDescriptionFactory = new DiscoveredEndpointDescriptionFactory();
Assert.isNotNull(endpointDescriptionFactory);
}