public class VFSOutTransportInfo extends Object implements org.apache.axis2.transport.OutTransportInfo
Constructor and Description |
---|
VFSOutTransportInfo(String outFileURI,
boolean fileLocking)
Constructs the VFSOutTransportInfo containing the information about the file to which the
response has to be submitted to.
|
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
int |
getMaxRetryCount() |
String |
getOutFileName() |
Map<String,String> |
getOutFileSystemOptionsMap() |
String |
getOutFileURI() |
long |
getReconnectTimeout() |
boolean |
getSendFileSynchronously() |
boolean |
isAppend() |
boolean |
isFileLockingEnabled() |
boolean |
isForceCreateFolder() |
boolean |
isForceCreateFolder(org.apache.axis2.context.MessageContext msgCtx) |
void |
setAppend(boolean append) |
void |
setContentType(String contentType) |
void |
setForceCreateFolder(boolean forceCreateFolder) |
void |
setMaxRetryCount(int maxRetryCount) |
void |
setReconnectTimeout(long reconnectTimeout) |
public VFSOutTransportInfo(String outFileURI, boolean fileLocking)
outFileURI
- URI of the file to which the message is deliveredpublic boolean isForceCreateFolder(org.apache.axis2.context.MessageContext msgCtx)
public void setContentType(String contentType)
setContentType
in interface org.apache.axis2.transport.OutTransportInfo
public String getOutFileURI()
public boolean getSendFileSynchronously()
public String getOutFileName()
public int getMaxRetryCount()
public void setMaxRetryCount(int maxRetryCount)
public long getReconnectTimeout()
public void setReconnectTimeout(long reconnectTimeout)
public boolean isAppend()
public void setAppend(boolean append)
public String getContentType()
public boolean isFileLockingEnabled()
public boolean isForceCreateFolder()
public void setForceCreateFolder(boolean forceCreateFolder)
forceCreateFolder
- the forceCreateFolder to setCopyright © 2005–2024 Apache Software Foundation. All rights reserved.