org.apache.synapse.transport.vfs
Class VFSOutTransportInfo

java.lang.Object
  extended by org.apache.synapse.transport.vfs.VFSOutTransportInfo
All Implemented Interfaces:
OutTransportInfo

public class VFSOutTransportInfo
extends Object
implements OutTransportInfo

The VFS OutTransportInfo is a holder of information to send an outgoing message (e.g. a Response) to a VFS destination. Thus at a minimum a reference to a File URI (i.e. directory or a file) are held


Method Summary
 String getContentType()
           
 int getMaxRetryCount()
           
 String getOutFileName()
           
 String getOutFileURI()
           
 long getReconnectTimeout()
           
 boolean isAppend()
           
 boolean isFileLockingEnabled()
           
 void setAppend(boolean append)
           
 void setContentType(String contentType)
           
 void setMaxRetryCount(int maxRetryCount)
           
 void setReconnectTimeout(long reconnectTimeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setContentType

public void setContentType(String contentType)
Specified by:
setContentType in interface OutTransportInfo

getOutFileURI

public String getOutFileURI()

getOutFileName

public String getOutFileName()

getMaxRetryCount

public int getMaxRetryCount()

setMaxRetryCount

public void setMaxRetryCount(int maxRetryCount)

getReconnectTimeout

public long getReconnectTimeout()

setReconnectTimeout

public void setReconnectTimeout(long reconnectTimeout)

isAppend

public boolean isAppend()

setAppend

public void setAppend(boolean append)

getContentType

public String getContentType()

isFileLockingEnabled

public boolean isFileLockingEnabled()


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.