Spring Integration

Package org.springframework.integration.file.config

Provides classes for configuration - parsers, namespace handlers, factory beans.

See:
          Description

Class Summary
AbstractFilePayloadTransformerParser Base class for File payload transformer parsers.
AbstractRemoteFileInboundChannelAdapterParser Abstract base class for parsing remote file inbound channel adapters.
AbstractRemoteFileOutboundGatewayParser  
FileInboundChannelAdapterParser Parser for the <inbound-channel-adapter> element of the 'file' namespace.
FileListFilterFactoryBean  
FileNamespaceHandler Namespace handler for Spring Integration's 'file' namespace.
FileOutboundChannelAdapterParser Parser for the <outbound-channel-adapter/> element of the 'file' namespace.
FileOutboundGatewayParser Parser for the 'outbound-gateway' element of the file namespace.
FileReadingMessageSourceFactoryBean  
FileToByteArrayTransformerParser Parser for the <file-to-bytes-transformer> element.
FileToStringTransformerParser Parser for the <file-to-string-transformer> element.
FileWritingMessageHandlerFactoryBean Factory bean used to create FileWritingMessageHandlers.
RemoteFileOutboundChannelAdapterParser  
 

Package org.springframework.integration.file.config Description

Provides classes for configuration - parsers, namespace handlers, factory beans.


Spring Integration