FileDocCategorySizeDatePackage
Echo2Service.javaAPI DocApache Axis 1.4471Sat Apr 22 18:57:28 BST 2006test.wsdl.echo2

Echo2Service.java

/**
 * Echo2Service.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis #axisVersion# #today# WSDL2Java emitter.
 */

package test.wsdl.echo2;

public interface Echo2Service extends javax.xml.rpc.Service {
    public java.lang.String getEcho2Address();

    public test.wsdl.echo2.Echo2PT getEcho2() throws javax.xml.rpc.ServiceException;

    public test.wsdl.echo2.Echo2PT getEcho2(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}