Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20640 amit.gupta 1
/**
2
 * IWayBillGeneration.java
3
 *
4
 * This file was auto-generated from WSDL
5
 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6
 */
7
 
8
package com.bluedart.stub;
9
 
10
public interface IWayBillGeneration extends java.rmi.Remote {
11
    public com.bluedart.stub.WayBillGenerationResponse generateWayBill(com.bluedart.stub.WayBillGenerationRequest request, com.bluedart.stub.UserProfile profile) throws java.rmi.RemoteException;
12
    public com.bluedart.stub.ArrayOfWayBillGenerationResponse importData(com.bluedart.stub.ArrayOfWayBillGenerationRequest request, com.bluedart.stub.UserProfile profile) throws java.rmi.RemoteException;
13
    public com.bluedart.stub.AWBCancelationResponse cancelWaybill(com.bluedart.stub.AWBCancelationRequest request, com.bluedart.stub.UserProfile profile) throws java.rmi.RemoteException;
14
}