/**
 * MailLocate.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package com.maillocate;

public interface MailLocate extends javax.xml.rpc.Service {
    public java.lang.String getMailLocatePortAddress();

    public com.maillocate.MailLocatePortType getMailLocatePort() throws javax.xml.rpc.ServiceException;

    public com.maillocate.MailLocatePortType getMailLocatePort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
