AdroitLogic UltraESB v1.7.0

org.adroitlogic.ultraesb.transport.file
Class FileTransportSender

java.lang.Object
  extended by org.adroitlogic.ultraesb.core.config.AbstractConfigurationElement
      extended by org.adroitlogic.ultraesb.transport.base.AbstractTransportSender
          extended by org.adroitlogic.ultraesb.transport.file.FileTransportSender
All Implemented Interfaces:
ConfigurationElement, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware

public class FileTransportSender
extends org.adroitlogic.ultraesb.transport.base.AbstractTransportSender

The File transport sender - capable of writing messages to file based endpoints over: ftp, sftp, ftps or file

There are no configurable options in this class, but the use is further configured by the endpoint URL and properties. The endpoint "address" defines the URL and indicates the protocol - file, sftp, ftp or ftps

The following endpoint properties could also be specified:

e.g. see sample # 351


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.adroitlogic.ultraesb.api.ConfigurationElement
ConfigurationElement.State
 
Field Summary
 
Fields inherited from class org.adroitlogic.ultraesb.transport.base.AbstractTransportSender
logger, metrics, originatingTransport, properties
 
Fields inherited from class org.adroitlogic.ultraesb.core.config.AbstractConfigurationElement
config, ctx, debugOn, derivedName, id, outdated, state
 
Constructor Summary
FileTransportSender()
          Default constructor
 
Method Summary
 
Methods inherited from class org.adroitlogic.ultraesb.transport.base.AbstractTransportSender
getAvgSizeReceived, getAvgSizeSent, getBytesReceived, getBytesSent, getDetails, getFaultsReceiving, getFaultsSending, getLastResetTime, getMaxSizeReceived, getMaxSizeSent, getMessagesReceived, getMessagesSent, getMetricsWindow, getMinSizeReceived, getMinSizeSent, getReceiveErrorCodeTable, getSendErrorCodeTable, getTimeoutsReceiving, getTimeoutsSending, pause, resetStatistics, resume, setProperties, stop, toBasicView, toDetailedView, toDetailedViewExt
 
Methods inherited from class org.adroitlogic.ultraesb.core.config.AbstractConfigurationElement
equals, getAppCtx, getDerivedName, getId, getState, hashCode, isDebugOn, isStarted, maintenanceShutdown, markAsOutdated, setApplicationContext, setBeanName, setConfig, setDebugOn, setDerivedName, setId, setState, start, throwIllegalStateException, undeploy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTransportSender

public FileTransportSender()
Default constructor


Copyright (c) 2010-2012 AdroitLogic Private Ltd. All rights reserved.