Project

General

Profile

1 4970 daigle
/**
2
 * KeplerWebService.java
3
 *
4
 * This file was auto-generated from WSDL
5
 * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
6
 */
7
8
package org.kepler.executionWS;
9
10
public interface KeplerWebService extends javax.xml.rpc.Service {
11
    public java.lang.String getKeplerWebServiceHttpSoap12EndpointAddress();
12
13
    public org.kepler.executionWS.KeplerWebServicePortType getKeplerWebServiceHttpSoap12Endpoint() throws javax.xml.rpc.ServiceException;
14
15
    public org.kepler.executionWS.KeplerWebServicePortType getKeplerWebServiceHttpSoap12Endpoint(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
16
    public java.lang.String getKeplerWebServiceHttpSoap11EndpointAddress();
17
18
    public org.kepler.executionWS.KeplerWebServicePortType getKeplerWebServiceHttpSoap11Endpoint() throws javax.xml.rpc.ServiceException;
19
20
    public org.kepler.executionWS.KeplerWebServicePortType getKeplerWebServiceHttpSoap11Endpoint(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
21
}