KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jbpm > bpel > tutorial > hello > HelloPTService


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.2_01, compilación R40)
4
// Generated source version: 1.1.2
5

6 package org.jbpm.bpel.tutorial.hello;
7
8 import javax.xml.rpc.*;
9
10 public interface HelloPTService extends javax.xml.rpc.Service JavaDoc {
11     public org.jbpm.bpel.tutorial.hello.HelloPT getHelloPTPort() throws ServiceException;
12 }
13
Popular Tags