149150151152153154155
* Retrieve an instance of the hotel services. * * @return SOAP implementation of the hotel services */ private HotelServices getHotelServices() { return new HotelServicesImplService().getHotelServicesImplPort(); }