Blame | Last modification | View Log | RSS feed
/*** IWayBillGeneration.java** This file was auto-generated from WSDL* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.*/package com.bluedart.stub;public interface IWayBillGeneration extends java.rmi.Remote {public com.bluedart.stub.WayBillGenerationResponse generateWayBill(com.bluedart.stub.WayBillGenerationRequest request, com.bluedart.stub.UserProfile profile) throws java.rmi.RemoteException;public com.bluedart.stub.ArrayOfWayBillGenerationResponse importData(com.bluedart.stub.ArrayOfWayBillGenerationRequest request, com.bluedart.stub.UserProfile profile) throws java.rmi.RemoteException;public com.bluedart.stub.AWBCancelationResponse cancelWaybill(com.bluedart.stub.AWBCancelationRequest request, com.bluedart.stub.UserProfile profile) throws java.rmi.RemoteException;}