Package org.apache.synapse.commons.vfs
Class VFSOutTransportInfo
java.lang.Object
org.apache.synapse.commons.vfs.VFSOutTransportInfo
- All Implemented Interfaces:
org.apache.axis2.transport.OutTransportInfo
public class VFSOutTransportInfo
extends Object
implements org.apache.axis2.transport.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
-
Constructor Summary
ConstructorsConstructorDescriptionVFSOutTransportInfo(String outFileURI, boolean fileLocking) Constructs the VFSOutTransportInfo containing the information about the file to which the response has to be submitted to. -
Method Summary
Modifier and TypeMethodDescriptionintlongbooleanbooleanisAppend()booleanbooleanbooleanisForceCreateFolder(org.apache.axis2.context.MessageContext msgCtx) booleanvoidsetAppend(boolean append) voidsetContentType(String contentType) voidsetForceCreateFolder(boolean forceCreateFolder) voidsetMaxRetryCount(int maxRetryCount) voidsetReconnectTimeout(long reconnectTimeout)
-
Constructor Details
-
VFSOutTransportInfo
Constructs the VFSOutTransportInfo containing the information about the file to which the response has to be submitted to.- Parameters:
outFileURI- URI of the file to which the message is delivered
-
-
Method Details
-
isForceCreateFolder
public boolean isForceCreateFolder(org.apache.axis2.context.MessageContext msgCtx) -
setContentType
- Specified by:
setContentTypein interfaceorg.apache.axis2.transport.OutTransportInfo
-
getOutFileURI
-
getSendFileSynchronously
public boolean getSendFileSynchronously() -
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
-
isFileLockingEnabled
public boolean isFileLockingEnabled() -
getOutFileSystemOptionsMap
-
isForceCreateFolder
public boolean isForceCreateFolder()- Returns:
- the forceCreateFolder
-
setForceCreateFolder
public void setForceCreateFolder(boolean forceCreateFolder) - Parameters:
forceCreateFolder- the forceCreateFolder to set
-
isUpdateLastModified
public boolean isUpdateLastModified()
-