KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > easybeans > tests > common > ws > ejbref > gen > ItfChecker


1 /* Generated by WSDLToJava Compiler. */
2
3 package org.objectweb.easybeans.tests.common.ws.ejbref.gen;
4
5 import javax.jws.WebParam.Mode;
6 import javax.jws.WebParam;
7 import javax.jws.WebService;
8 import javax.jws.soap.SOAPBinding.Style;
9 import javax.jws.soap.SOAPBinding;
10 import javax.jws.WebMethod;
11 import javax.xml.ws.RequestWrapper;
12 import javax.xml.ws.ResponseWrapper;
13
14 /**
15  * This class was generated by the Celtix 1.0
16  * Tue Jul 25 14:11:46 CEST 2006
17  * Generated source version: 1.0
18  *
19  */

20
21 @WebService( name = "ItfChecker")
22
23 public interface ItfChecker {
24
25     @ResponseWrapper(targetNamespace = "http://objectweb.org/easybeans/tests/common/ws/ejbref/gen/types", className = "org.objectweb.easybeans.tests.common.ws.ejbref.gen.types.CheckResponse", localName = "checkResponse")
26     @RequestWrapper(targetNamespace = "http://objectweb.org/easybeans/tests/common/ws/ejbref/gen/types", className = "org.objectweb.easybeans.tests.common.ws.ejbref.gen.types.Check", localName = "check")
27     @WebMethod(operationName = "check")
28     public void check() throws WSException;
29 }
Popular Tags