_service = null;
}
public static LocationService getService() {
if (_service == null) {
InvokableService invokableService = (InvokableService)PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(),
LocationService.class.getName());
if (invokableService instanceof LocationService) {
_service = (LocationService)invokableService;
}