org.mule.transport.ftp
Class FtpMuleMessageFactory

java.lang.Object
  extended by org.mule.transport.AbstractMuleMessageFactory
      extended by org.mule.transport.ftp.FtpMuleMessageFactory
All Implemented Interfaces:
MuleMessageFactory

public class FtpMuleMessageFactory
extends AbstractMuleMessageFactory


Field Summary
 
Fields inherited from class org.mule.transport.AbstractMuleMessageFactory
muleContext
 
Constructor Summary
FtpMuleMessageFactory()
           
 
Method Summary
protected  void addProperties(DefaultMuleMessage message, Object transportMessage)
           
protected  Object extractPayload(Object transportMessage, String encoding)
           
protected  Class<?>[] getSupportedTransportMessageTypes()
           
 void setFtpClient(org.apache.commons.net.ftp.FTPClient ftpClient)
           
 void setStreaming(boolean streaming)
           
 
Methods inherited from class org.mule.transport.AbstractMuleMessageFactory
addAttachments, create, create, create, create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpMuleMessageFactory

public FtpMuleMessageFactory()
Method Detail

extractPayload

protected Object extractPayload(Object transportMessage,
                                String encoding)
                         throws Exception
Specified by:
extractPayload in class AbstractMuleMessageFactory
Throws:
Exception

getSupportedTransportMessageTypes

protected Class<?>[] getSupportedTransportMessageTypes()
Specified by:
getSupportedTransportMessageTypes in class AbstractMuleMessageFactory

addProperties

protected void addProperties(DefaultMuleMessage message,
                             Object transportMessage)
                      throws Exception
Overrides:
addProperties in class AbstractMuleMessageFactory
Throws:
Exception

setFtpClient

public void setFtpClient(org.apache.commons.net.ftp.FTPClient ftpClient)

setStreaming

public void setStreaming(boolean streaming)


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