01: /**
02: * HelloWsService.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis WSDL2Java emitter.
06: */package org.objectweb.jonas.jtests.hello;
07:
08: public interface HelloWsService extends javax.xml.rpc.Service {
09: public java.lang.String getHelloPortComponentAddress();
10:
11: public org.objectweb.jonas.jtests.hello.HelloWs getHelloPortComponent()
12: throws javax.xml.rpc.ServiceException;
13:
14: public org.objectweb.jonas.jtests.hello.HelloWs getHelloPortComponent(
15: java.net.URL portAddress)
16: throws javax.xml.rpc.ServiceException;
17: }
|