KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > echo2 > Echo2Service


1 /**
2  * Echo2Service.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis #axisVersion# #today# WSDL2Java emitter.
6  */

7
8 package test.wsdl.echo2;
9
10 public interface Echo2Service extends javax.xml.rpc.Service JavaDoc {
11     public java.lang.String JavaDoc getEcho2Address();
12
13     public test.wsdl.echo2.Echo2PT getEcho2() throws javax.xml.rpc.ServiceException JavaDoc;
14
15     public test.wsdl.echo2.Echo2PT getEcho2(java.net.URL JavaDoc portAddress) throws javax.xml.rpc.ServiceException JavaDoc;
16 }
17
Popular Tags