/**
 * AddMemberPortType.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package com.prototype;

public interface AddMemberPortType extends java.rmi.Remote {
    public com.prototype.AliasType searchMember(com.prototype.AddressType parameters) throws java.rmi.RemoteException;
}
