Show ITicket.java syntax highlighted
/**
* ITicket.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
*/
package iTicket_pkg;
public interface ITicket extends javax.xml.rpc.Service {
public java.lang.String getFlightTableAddress();
public iTicket_pkg.FlightTable getFlightTable() throws javax.xml.rpc.ServiceException;
public iTicket_pkg.FlightTable getFlightTable(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
public java.lang.String getAuthenticationAddress();
public iTicket_pkg.Authentication getAuthentication() throws javax.xml.rpc.ServiceException;
public iTicket_pkg.Authentication getAuthentication(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
See more files for this project here