01: /* Generated by WSDLToJava Compiler. */
02:
03: package org.ow2.easybeans.tests.common.ws.ejbref.gen;
04:
05: import javax.jws.WebParam.Mode;
06: import javax.jws.WebParam;
07: import javax.jws.WebService;
08: import javax.jws.soap.SOAPBinding.Style;
09: 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: public interface ItfChecker {
23:
24: @ResponseWrapper(targetNamespace="http://objectweb.org/easybeans/tests/common/ws/ejbref/gen/types",className="org.ow2.easybeans.tests.common.ws.ejbref.gen.types.CheckResponse",localName="checkResponse")
25: @RequestWrapper(targetNamespace="http://objectweb.org/easybeans/tests/common/ws/ejbref/gen/types",className="org.ow2.easybeans.tests.common.ws.ejbref.gen.types.Check",localName="check")
26: @WebMethod(operationName="check")
27: public void check() throws WSException;
28: }
|