/** * BookQuoteService.java * * This file was auto-generated from WSDL * by the Apache Axis 1.2RC1 Sep 29, 2004 (08:29:40 EDT) WSDL2Java emitter. */ package org.apache.geronimo.axis.builder.bookquote; public interface BookQuoteService extends javax.xml.rpc.Service { // public java.lang.String getBookQuotePortAddress(); public BookQuote getBookQuotePort() throws javax.xml.rpc.ServiceException; // public BookQuote getBookQuotePort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException; }