FileDocCategorySizeDatePackage
SiteSearchSoapHttpImpl.javaAPI DocExample521Mon Mar 01 05:57:02 GMT 2004com.develop.ss.axis

SiteSearchSoapHttpImpl.java

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

package com.develop.ss.axis;

public class SiteSearchSoapHttpImpl implements com.develop.ss.axis.SiteSearch{
    public com.develop.ss.axis.ResponseType[] searchContents(com.develop.ss.axis.QueryType request) throws java.rmi.RemoteException {
        return null;
    }

    public void doIndex(String startingPoint) throws java.rmi.RemoteException {
        return;
    }

}