org.objectweb.jass.examples.travelagency.ws
Class TravelAgencySoapBindingSkeleton
java.lang.Object
org.objectweb.jass.examples.travelagency.ws.TravelAgencySoapBindingSkeleton
- All Implemented Interfaces:
- java.rmi.Remote, org.apache.axis.wsdl.Skeleton, TravelAgency
- public class TravelAgencySoapBindingSkeleton
- extends java.lang.Object
- implements TravelAgency, org.apache.axis.wsdl.Skeleton
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TravelAgencySoapBindingSkeleton
public TravelAgencySoapBindingSkeleton()
TravelAgencySoapBindingSkeleton
public TravelAgencySoapBindingSkeleton(TravelAgency impl)
getOperationDescByName
public static java.util.List getOperationDescByName(java.lang.String methodName)
- Returns List of OperationDesc objects with this name
getOperationDescs
public static java.util.Collection getOperationDescs()
- Returns Collection of OperationDescs
reserveSeats
public int reserveSeats(int in0)
throws java.rmi.RemoteException,
NotEnoughSeatsException,
DBException
- Specified by:
reserveSeats
in interface TravelAgency
- Throws:
java.rmi.RemoteException
NotEnoughSeatsException
DBException
reserveRooms
public int reserveRooms(int in0)
throws java.rmi.RemoteException,
DBException,
NotEnoughRoomsException
- Specified by:
reserveRooms
in interface TravelAgency
- Throws:
java.rmi.RemoteException
DBException
NotEnoughRoomsException