Skip to main content
summaryrefslogtreecommitdiffstats
blob: 993df7eccb505a036690a72af18940cdb5015da0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * ConverterService.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
 */

package wtp;

public interface ConverterService extends javax.xml.rpc.Service {
    public java.lang.String getConverterAddress();

    public wtp.Converter getConverter() throws javax.xml.rpc.ServiceException;

    public wtp.Converter getConverter(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}

Back to the top