FeedsMetaDataService.java :  » Report » openi » org » openi » feeds » client » Java Open Source

Java Open Source » Report » openi 
openi » org » openi » feeds » client » FeedsMetaDataService.java
/**
 * FeedsMetaDataService.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
 */

package org.openi.feeds.client;

public interface FeedsMetaDataService extends java.rmi.Remote {
    public org.openi.feeds.FeedsMetaData parse(java.lang.String path, org.openi.feeds.FeedsMetaData metaData) throws java.rmi.RemoteException;
    public org.openi.feeds.FeedsMetaData[] listMetaData(java.lang.String path) throws java.rmi.RemoteException;
    public org.openi.feeds.FeedsMetaData reparse(java.lang.String path) throws java.rmi.RemoteException;
    public java.util.HashMap fieldsCount(java.lang.String file, java.lang.String delimeter, int sampleSize) throws java.rmi.RemoteException;
    public java.util.HashMap fileAttributes(java.lang.String file) throws java.rmi.RemoteException;
    public long fileSize(java.lang.String file) throws java.rmi.RemoteException;
    public int lineCount(java.lang.String file) throws java.rmi.RemoteException;
    public java.util.HashMap listAll(java.lang.String dir, java.lang.String extensions) throws java.rmi.RemoteException;
    public java.util.HashMap listDir(java.lang.String dir, boolean foldersOnly, java.lang.String filterPattern) throws java.rmi.RemoteException;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.