クラス Smb
java.lang.ObjectSE
org.springframework.integration.smb.dsl.Smb
メソッドのサマリー
修飾子と型メソッド説明static SmbInboundChannelAdapterSpec
inboundAdapter
(SessionFactory<jcifs.smb.SmbFile> sessionFactory) 受信・チャネルアダプター仕様のSmbInboundChannelAdapterSpec
ファクトリ。static SmbInboundChannelAdapterSpec
inboundAdapter
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, ComparatorSE<FileSE> receptionOrderComparator) 受信・チャネルアダプター仕様のSmbInboundChannelAdapterSpec
ファクトリ。inboundStreamingAdapter
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate) 受信・チャネルアダプター仕様のSmbStreamingInboundChannelAdapterSpec
ファクトリ。inboundStreamingAdapter
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, ComparatorSE<jcifs.smb.SmbFile> receptionOrderComparator) 受信・チャネルアダプター仕様のSmbStreamingInboundChannelAdapterSpec
ファクトリ。static SmbMessageHandlerSpec
outboundAdapter
(SessionFactory<jcifs.smb.SmbFile> sessionFactory) 送信・チャネルアダプター仕様のSmbMessageHandlerSpec
ファクトリ。static SmbMessageHandlerSpec
outboundAdapter
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, FileExistsMode fileExistsMode) 送信・チャネルアダプター仕様のSmbMessageHandlerSpec
ファクトリ。static SmbMessageHandlerSpec
outboundAdapter
(SmbRemoteFileTemplate smbRemoteFileTemplate) 送信・チャネルアダプター仕様のSmbMessageHandlerSpec
ファクトリ。static SmbMessageHandlerSpec
outboundAdapter
(SmbRemoteFileTemplate smbRemoteFileTemplate, FileExistsMode fileExistsMode) 送信・チャネルアダプター仕様のSmbMessageHandlerSpec
ファクトリ。static SmbOutboundGatewaySpec
outboundGateway
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, StringSE command) static SmbOutboundGatewaySpec
outboundGateway
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, StringSE command, StringSE expression) remoteFilePath のRemoteFileTemplate
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSmbOutboundGatewaySpec
を生成します。static SmbOutboundGatewaySpec
outboundGateway
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command) static SmbOutboundGatewaySpec
outboundGateway
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) remoteFilePath のRemoteFileTemplate
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSmbOutboundGatewaySpec
を生成します。static SmbOutboundGatewaySpec
outboundGateway
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, StringSE command) static SmbOutboundGatewaySpec
outboundGateway
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, StringSE command, StringSE expression) リモートパスのSessionFactory
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSmbOutboundGatewaySpec
を生成します。static SmbOutboundGatewaySpec
outboundGateway
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command) static SmbOutboundGatewaySpec
outboundGateway
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) リモートパスのSessionFactory
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSmbOutboundGatewaySpec
を生成します。static SmbOutboundGatewaySpec
outboundGateway
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, MessageSessionCallback<jcifs.smb.SmbFile, ?> messageSessionCallback) MessageSessionCallback
に基づいてSmbOutboundGatewaySpec
を作成します。
メソッドの詳細
inboundAdapter
public static SmbInboundChannelAdapterSpec inboundAdapter(SessionFactory<jcifs.smb.SmbFile> sessionFactory) 受信・チャネルアダプター仕様のSmbInboundChannelAdapterSpec
ファクトリ。- パラメーター:
sessionFactory
- セッションファクトリ。- 戻り値:
- スペック。
inboundAdapter
public static SmbInboundChannelAdapterSpec inboundAdapter(SessionFactory<jcifs.smb.SmbFile> sessionFactory, @Nullable ComparatorSE<FileSE> receptionOrderComparator) 受信・チャネルアダプター仕様のSmbInboundChannelAdapterSpec
ファクトリ。- パラメーター:
sessionFactory
- セッションファクトリ。receptionOrderComparator
- コンパレータ。- 戻り値:
- スペック。
inboundStreamingAdapter
public static SmbStreamingInboundChannelAdapterSpec inboundStreamingAdapter(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate) 受信・チャネルアダプター仕様のSmbStreamingInboundChannelAdapterSpec
ファクトリ。- パラメーター:
remoteFileTemplate
- リモートファイルテンプレート。- 戻り値:
- スペック。
inboundStreamingAdapter
public static SmbStreamingInboundChannelAdapterSpec inboundStreamingAdapter(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, @Nullable ComparatorSE<jcifs.smb.SmbFile> receptionOrderComparator) 受信・チャネルアダプター仕様のSmbStreamingInboundChannelAdapterSpec
ファクトリ。- パラメーター:
remoteFileTemplate
- リモートファイルテンプレート。receptionOrderComparator
- コンパレータ。- 戻り値:
- スペック。
outboundAdapter
public static SmbMessageHandlerSpec outboundAdapter(SessionFactory<jcifs.smb.SmbFile> sessionFactory) 送信・チャネルアダプター仕様のSmbMessageHandlerSpec
ファクトリ。- パラメーター:
sessionFactory
- セッションファクトリ。- 戻り値:
- スペック。
outboundAdapter
public static SmbMessageHandlerSpec outboundAdapter(SessionFactory<jcifs.smb.SmbFile> sessionFactory, FileExistsMode fileExistsMode) 送信・チャネルアダプター仕様のSmbMessageHandlerSpec
ファクトリ。- パラメーター:
sessionFactory
- セッションファクトリ。fileExistsMode
- ファイル存在モード。- 戻り値:
- スペック。
outboundAdapter
送信・チャネルアダプター仕様のSmbMessageHandlerSpec
ファクトリ。- パラメーター:
smbRemoteFileTemplate
- リモートファイルテンプレート。- 戻り値:
- スペック。
outboundAdapter
public static SmbMessageHandlerSpec outboundAdapter(SmbRemoteFileTemplate smbRemoteFileTemplate, FileExistsMode fileExistsMode) 送信・チャネルアダプター仕様のSmbMessageHandlerSpec
ファクトリ。- パラメーター:
smbRemoteFileTemplate
- リモートファイルテンプレート。fileExistsMode
- ファイル存在モード。- 戻り値:
- スペック。
outboundGateway
public static SmbOutboundGatewaySpec outboundGateway(SessionFactory<jcifs.smb.SmbFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command) - パラメーター:
sessionFactory
-SessionFactory
command
- SMB で実行するコマンド。- 戻り値:
SmbOutboundGatewaySpec
- 導入:
- 6.4
outboundGateway
public static SmbOutboundGatewaySpec outboundGateway(SessionFactory<jcifs.smb.SmbFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) リモートパスのSessionFactory
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSmbOutboundGatewaySpec
を生成します。- パラメーター:
sessionFactory
-SessionFactory
command
- SMB で実行するコマンド。expression
- リモートパス SpEL 式。- 戻り値:
SmbOutboundGatewaySpec
outboundGateway
public static SmbOutboundGatewaySpec outboundGateway(SessionFactory<jcifs.smb.SmbFile> sessionFactory, StringSE command) - パラメーター:
sessionFactory
-SessionFactory
command
- SMB で実行するコマンド。- 戻り値:
SmbOutboundGatewaySpec
- 導入:
- 6.4
- 関連事項:
outboundGateway
public static SmbOutboundGatewaySpec outboundGateway(SessionFactory<jcifs.smb.SmbFile> sessionFactory, StringSE command, @Nullable StringSE expression) リモートパスのSessionFactory
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSmbOutboundGatewaySpec
を生成します。- パラメーター:
sessionFactory
-SessionFactory
command
- SMB で実行するコマンド。expression
- リモートパス SpEL 式。- 戻り値:
SmbOutboundGatewaySpec
- 関連事項:
outboundGateway
public static SmbOutboundGatewaySpec outboundGateway(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command) - パラメーター:
remoteFileTemplate
-RemoteFileTemplate
command
- SMB で実行するコマンド。- 戻り値:
SmbOutboundGatewaySpec
- 導入:
- 6.4
- 関連事項:
outboundGateway
public static SmbOutboundGatewaySpec outboundGateway(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) remoteFilePath のRemoteFileTemplate
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSmbOutboundGatewaySpec
を生成します。- パラメーター:
remoteFileTemplate
-RemoteFileTemplate
command
- SMB で実行するコマンド。expression
- remoteFilePath SpEL 式。- 戻り値:
SmbOutboundGatewaySpec
- 関連事項:
outboundGateway
public static SmbOutboundGatewaySpec outboundGateway(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, StringSE command) - パラメーター:
remoteFileTemplate
-RemoteFileTemplate
command
- SMB で実行するコマンド。- 戻り値:
SmbOutboundGatewaySpec
- 導入:
- 6.4
- 関連事項:
outboundGateway
public static SmbOutboundGatewaySpec outboundGateway(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, StringSE command, @Nullable StringSE expression) remoteFilePath のRemoteFileTemplate
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSmbOutboundGatewaySpec
を生成します。- パラメーター:
remoteFileTemplate
-RemoteFileTemplate
command
- SMB で実行するコマンド。expression
- remoteFilePath SpEL 式。- 戻り値:
SmbOutboundGatewaySpec
- 関連事項:
outboundGateway
public static SmbOutboundGatewaySpec outboundGateway(SessionFactory<jcifs.smb.SmbFile> sessionFactory, MessageSessionCallback<jcifs.smb.SmbFile, ?> messageSessionCallback) MessageSessionCallback
に基づいてSmbOutboundGatewaySpec
を作成します。- パラメーター:
sessionFactory
- 接続するSessionFactory
messageSessionCallback
- SMB を実行するMessageSessionCallback
。Message
コンテキストでの操作。- 戻り値:
SmbOutboundGatewaySpec
- 関連事項: