Blame | Last modification | View Log | RSS feed
/*** WayBillGeneration.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 WayBillGeneration extends javax.xml.rpc.Service {public java.lang.String getWSHttpBinding_IWayBillGenerationAddress();public com.bluedart.stub.IWayBillGeneration getWSHttpBinding_IWayBillGeneration() throws javax.xml.rpc.ServiceException;public com.bluedart.stub.IWayBillGeneration getWSHttpBinding_IWayBillGeneration(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;public java.lang.String getBasicHttpBinding_IWayBillGenerationAddress();public com.bluedart.stub.IWayBillGeneration getBasicHttpBinding_IWayBillGeneration() throws javax.xml.rpc.ServiceException;public com.bluedart.stub.IWayBillGeneration getBasicHttpBinding_IWayBillGeneration(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;}