public class VFSOutTransportInfo extends Object implements org.apache.axis2.transport.OutTransportInfo
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
int |
getMaxRetryCount() |
String |
getOutFileName() |
String |
getOutFileURI() |
long |
getReconnectTimeout() |
boolean |
isAppend() |
boolean |
isFileLockingEnabled() |
boolean |
isUseTempFile() |
void |
setAppend(boolean append) |
void |
setContentType(String contentType) |
void |
setMaxRetryCount(int maxRetryCount) |
void |
setReconnectTimeout(long reconnectTimeout) |
public void setContentType(String contentType)
setContentType
in interface org.apache.axis2.transport.OutTransportInfo
public String getOutFileURI()
public String getOutFileName()
public int getMaxRetryCount()
public void setMaxRetryCount(int maxRetryCount)
public long getReconnectTimeout()
public boolean isUseTempFile()
public void setReconnectTimeout(long reconnectTimeout)
public boolean isAppend()
public void setAppend(boolean append)
public String getContentType()
public boolean isFileLockingEnabled()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.