KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > wssample > gen > jaxrpc > JaxRpcEndpointInterfaceService


1 /**
2  * JaxRpcEndpointInterfaceService.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.2RC2 Dec 15, 2004 (10:53:17 CET) WSDL2Java emitter.
6  */

7
8 package org.objectweb.wssample.gen.jaxrpc;
9
10 public interface JaxRpcEndpointInterfaceService extends javax.xml.rpc.Service JavaDoc {
11     public java.lang.String JavaDoc getJaxRpcEndpoint1Address();
12
13     public org.objectweb.wssample.gen.jaxrpc.JaxRpcEndpointInterface getJaxRpcEndpoint1() throws javax.xml.rpc.ServiceException JavaDoc;
14
15     public org.objectweb.wssample.gen.jaxrpc.JaxRpcEndpointInterface getJaxRpcEndpoint1(java.net.URL JavaDoc portAddress) throws javax.xml.rpc.ServiceException JavaDoc;
16 }
17
Popular Tags