KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > jonas > jtests > gen > xmethods > XMethodsQuerySoapPortType


1 /**
2  * XMethodsQuerySoapPortType.java
3  *
4  * This file was auto-generated from WSDL by the Apache Axis 1.2beta Mar 31,
5  * 2004 (12:47:03 EST) WSDL2Java emitter.
6  */

7 package org.objectweb.jonas.jtests.gen.xmethods;
8
9 public interface XMethodsQuerySoapPortType extends java.rmi.Remote JavaDoc {
10     public org.objectweb.jonas.jtests.gen.xmethods.ServiceSummary[] getServiceSummariesByPublisher(
11             java.lang.String JavaDoc publisherID) throws java.rmi.RemoteException JavaDoc;
12
13     public org.objectweb.jonas.jtests.gen.xmethods.ServiceSummary[] getAllServiceSummaries()
14             throws java.rmi.RemoteException JavaDoc;
15
16     public org.objectweb.jonas.jtests.gen.xmethods.IDNamePair[] getAllServiceNames()
17             throws java.rmi.RemoteException JavaDoc;
18
19     public org.objectweb.jonas.jtests.gen.xmethods.IDNamePair[] getServiceNamesByPublisher(
20             java.lang.String JavaDoc publisherID) throws java.rmi.RemoteException JavaDoc;
21
22     public org.objectweb.jonas.jtests.gen.xmethods.ServiceDetail getServiceDetail(
23             java.lang.String JavaDoc id) throws java.rmi.RemoteException JavaDoc;
24 }
Popular Tags