public abstract class FileHandler extends BaseRouterHandler
endPointPropVals, epName, metaDataBIDICONFIG, 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, isPropertyOverridableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertiespublic FileHandler(MaxEndPointInfo endPointInfo)
public FileHandler()
public static java.util.List getFileProperties()
protected java.lang.String getFileName(java.util.Map metaData)
throws MXException
MXExceptionprotected void writeFile(java.lang.String fileName,
byte[] data)
throws MXException
MXExceptionprotected abstract java.lang.String getDefaultFileExtension()
protected abstract java.lang.String getDefaultDestinationFolder()