⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sitesearchsoaphttpimpl.java

📁 simple spider 源码 better light faster java 书籍源码.
💻 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;
    }

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -