Package | Description |
---|---|
org.springframework.integration.file.remote.gateway |
Provides classes supporting remote file gateways.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractRemoteFileOutboundGateway.Command |
AbstractRemoteFileOutboundGateway.command |
Modifier and Type | Method and Description |
---|---|
static AbstractRemoteFileOutboundGateway.Command |
AbstractRemoteFileOutboundGateway.Command.toCommand(String cmd) |
static AbstractRemoteFileOutboundGateway.Command |
AbstractRemoteFileOutboundGateway.Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractRemoteFileOutboundGateway.Command[] |
AbstractRemoteFileOutboundGateway.Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractRemoteFileOutboundGateway(RemoteFileTemplate<F> remoteFileTemplate,
AbstractRemoteFileOutboundGateway.Command command,
String expression) |
AbstractRemoteFileOutboundGateway(SessionFactory<F> sessionFactory,
AbstractRemoteFileOutboundGateway.Command command,
String expression) |
Copyright © 2015. All rights reserved.