blob: 993df7eccb505a036690a72af18940cdb5015da0 [file] [log] [blame]
/**
* 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;
}