Class BookingServiceSoapImpl
- java.lang.Object
-
- org.apache.karaf.examples.soap.scr.BookingServiceSoapImpl
-
- All Implemented Interfaces:
org.apache.karaf.examples.soap.api.BookingService,BookingServiceSoap
public class BookingServiceSoapImpl extends Object implements BookingServiceSoap
-
-
Constructor Summary
Constructors Constructor Description BookingServiceSoapImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(org.apache.karaf.examples.soap.api.Booking booking)org.apache.karaf.examples.soap.api.Bookingget(Long id)Collection<org.apache.karaf.examples.soap.api.Booking>list()voidremove(Long id)
-
-
-
Method Detail
-
list
public Collection<org.apache.karaf.examples.soap.api.Booking> list()
- Specified by:
listin interfaceorg.apache.karaf.examples.soap.api.BookingService
-
get
public org.apache.karaf.examples.soap.api.Booking get(Long id)
- Specified by:
getin interfaceorg.apache.karaf.examples.soap.api.BookingService
-
add
public void add(org.apache.karaf.examples.soap.api.Booking booking)
- Specified by:
addin interfaceorg.apache.karaf.examples.soap.api.BookingService
-
remove
public void remove(Long id)
- Specified by:
removein interfaceorg.apache.karaf.examples.soap.api.BookingService
-
-