blob: eea1760be7f5afff159f97069575256269a9e745 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
* 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;
}