KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jbpm > bpel > wsdl > impl > OutputImpl


1 package org.jbpm.bpel.wsdl.impl;
2
3 import javax.wsdl.Output;
4
5 /**
6  * @author Alejandro Guízar
7  * @version $Revision: 1.2 $ $Date: 2005/04/29 23:07:09 $
8  */

9 public class OutputImpl extends OperationMember implements Output {
10   
11   private static final long serialVersionUID = 1L;
12 }
13
Popular Tags