public class AcmeDemoInterfaceImpl extends Object implements AcmeDemoInterface
| Constructor and Description |
|---|
AcmeDemoInterfaceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
bookFlights(String in) |
int |
cancelBooking(String in) |
Flight |
listAvailablePlanes(FlightRequest in) |
public Flight listAvailablePlanes(FlightRequest in)
listAvailablePlanes in interface AcmeDemoInterfacepublic String bookFlights(String in)
bookFlights in interface AcmeDemoInterfacepublic int cancelBooking(String in)
cancelBooking in interface AcmeDemoInterfaceCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.