Package org.mule.transport.file

Provides file transport in the form of a directory listeners and file dispatchers.

See:
          Description

Interface Summary
FilenameParser FilenameParser is a simple expression parser interface for processing filenames
 

Class Summary
ExpressionFilenameParser ExpressionFilenameParser can use any expression language supported by Mule to construct a file name for the current message.
FileConnector FileConnector is used for setting up listeners on a directory and for writing files to a directory.
FileContentsMuleMessageFactory FileContentsMuleMessageFactory converts the InputStream's content into a byte[] as payload for the MuleMessage.
FileEndpointURIBuilder FileEndpointBuilder File uris need some special processing because the uri path can be any length, and the default resolver relies on a particular path format.
FileMessageDispatcher FileMessageDispatcher is used to read/write files to the filesystem
FileMessageDispatcherFactory FileMessageDispatcherFactory creaes a dispatcher responsible for writing files to disk
FileMessageReceiver FileMessageReceiver is a polling listener that reads files from a directory.
FileMessageRequester FileMessageRequester is used to read/write files to the filesystem
FileMessageRequesterFactory Creates a requester responsible for reading files from disk
FileMuleMessageFactory FileMuleMessageFactory creates a new MuleMessage with a File or InputStream payload.
 

Package org.mule.transport.file Description

Provides file transport in the form of a directory listeners and file dispatchers.



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.