/**
 * WidgetPriceService.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis Wsdl2java emitter.
 */

package samples.userguide.example6;

public interface WidgetPriceService extends javax.xml.rpc.Service {
    public String getWidgetPriceAddress();

    public samples.userguide.example6.WidgetPrice getWidgetPrice() throws javax.xml.rpc.ServiceException;

    public samples.userguide.example6.WidgetPrice getWidgetPrice(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
