KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > bpel > ws > production > HelloPT


1 // This class was generated by the JAXRPC SI, do not edit.
2
// Contents subject to change without notice.
3
// JAX-RPC Standard Implementation (1.1.3, build R1)
4
// Generated source version: 1.1.3
5

6 package org.jboss.test.bpel.ws.production;
7
8 public interface HelloPT extends java.rmi.Remote JavaDoc {
9     public java.lang.String JavaDoc sayHello(java.lang.String JavaDoc name) throws
10          java.rmi.RemoteException JavaDoc;
11 }
12
Popular Tags