01: /**
02: * JaxRpcEndpointInterfaceService.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis 1.2RC2 Dec 15, 2004 (10:53:17 CET) WSDL2Java emitter.
06: */package org.objectweb.wssample.gen.jaxrpc;
07:
08: public interface JaxRpcEndpointInterfaceService extends
09: javax.xml.rpc.Service {
10: public java.lang.String getJaxRpcEndpoint1Address();
11:
12: public org.objectweb.wssample.gen.jaxrpc.JaxRpcEndpointInterface getJaxRpcEndpoint1()
13: throws javax.xml.rpc.ServiceException;
14:
15: public org.objectweb.wssample.gen.jaxrpc.JaxRpcEndpointInterface getJaxRpcEndpoint1(
16: java.net.URL portAddress)
17: throws javax.xml.rpc.ServiceException;
18:
19: public org.objectweb.wssample.gen.jaxrpc.JaxRpcEndpointInterface getEncryptedJaxRpcEndpoint()
20: throws javax.xml.rpc.ServiceException;
21:
22: public org.objectweb.wssample.gen.jaxrpc.JaxRpcEndpointInterface getEncryptedJaxRpcEndpoint(
23: java.net.URL portAddress)
24: throws javax.xml.rpc.ServiceException;
25: }
|