jp.co.quickbinder.webservice.file
クラス FileDownloadService

java.lang.Object
  上位を拡張 jp.co.quickbinder.webservice.file.FileDownloadService

public class FileDownloadService
extends Object

文書ファイル取得クラス


コンストラクタの概要
FileDownloadService()
           
 
メソッドの概要
 FileDownloadServiceRetValue downloadFile(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo, String fileId, int documentType)
          添付ファイルのダウンロードを行います。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FileDownloadService

public FileDownloadService()
メソッドの詳細

downloadFile

public FileDownloadServiceRetValue downloadFile(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo,
                                                String fileId,
                                                int documentType)
                                         throws org.apache.axis2.AxisFault
添付ファイルのダウンロードを行います。
 結果は返却値クラスから取得してください。
 

パラメータ:
wsUserInfo - [必須] ユーザ情報
fileId - [必須] ファイルID
documentType - [必須] 文書タイプ(1:未公開 0:公開中)
戻り値:
返却値クラス
例外:
org.apache.axis2.AxisFault