public abstract class FileHandler extends BaseRouterHandler
endPointPropVals, epName, metaData
BIDICONFIG, PASSWORD, USERNAME
Constructor and Description |
---|
FileHandler() |
FileHandler(MaxEndPointInfo endPointInfo) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String |
getDefaultDestinationFolder() |
protected abstract java.lang.String |
getDefaultFileExtension() |
protected java.lang.String |
getFileName(java.util.Map metaData) |
static java.util.List |
getFileProperties() |
protected void |
writeFile(java.lang.String fileName,
byte[] data) |
getBooleanPropertyValue, getBooleanPropertyValue, getDatePropertyValue, getDoublePropertyValue, getIntPropertyValue, getLongPropertyValue, getOverrideValue, getPropertyValue, invoke, isOverridden, isPropertyOverridable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProperties
public FileHandler(MaxEndPointInfo endPointInfo)
public FileHandler()
public static java.util.List getFileProperties()
protected java.lang.String getFileName(java.util.Map metaData) throws MXException
MXException
protected void writeFile(java.lang.String fileName, byte[] data) throws MXException
MXException
protected abstract java.lang.String getDefaultFileExtension()
protected abstract java.lang.String getDefaultDestinationFolder()