Class AcmeDemoInterfaceImpl
- java.lang.Object
-
- com.jboss.soap.service.acmedemo.impl.AcmeDemoInterfaceImpl
-
- All Implemented Interfaces:
AcmeDemoInterface
public class AcmeDemoInterfaceImpl extends Object implements AcmeDemoInterface
-
-
Constructor Summary
Constructors Constructor Description AcmeDemoInterfaceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbookFlights(String in)intcancelBooking(String in)FlightlistAvailablePlanes(FlightRequest in)
-
-
-
Method Detail
-
listAvailablePlanes
public Flight listAvailablePlanes(FlightRequest in)
- Specified by:
listAvailablePlanesin interfaceAcmeDemoInterface
-
bookFlights
public String bookFlights(String in)
- Specified by:
bookFlightsin interfaceAcmeDemoInterface
-
cancelBooking
public int cancelBooking(String in)
- Specified by:
cancelBookingin interfaceAcmeDemoInterface
-
-