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

package com.fluidimagination.www;

public interface HelloWorldWSDLPortType extends java.rmi.Remote {
    public java.lang.String helloWorld() throws java.rmi.RemoteException;
}
