KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > jonas > jtests > hello > HelloWsService


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

7
8 package org.objectweb.jonas.jtests.hello;
9
10 public interface HelloWsService extends javax.xml.rpc.Service JavaDoc {
11     public java.lang.String JavaDoc getHelloPortComponentAddress();
12
13     public org.objectweb.jonas.jtests.hello.HelloWs getHelloPortComponent() throws javax.xml.rpc.ServiceException JavaDoc;
14
15     public org.objectweb.jonas.jtests.hello.HelloWs getHelloPortComponent(java.net.URL JavaDoc portAddress) throws javax.xml.rpc.ServiceException JavaDoc;
16 }
17
Popular Tags