public class XMLFileHandler extends FileHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PRETTYPRINT |
endPointPropVals, epName, metaData
BIDICONFIG, PASSWORD, USERNAME
Constructor and Description |
---|
XMLFileHandler() |
XMLFileHandler(MaxEndPointInfo endPointInfo) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getDefaultDestinationFolder() |
java.lang.String |
getDefaultFileExtension() |
java.util.List |
getProperties() |
byte[] |
invoke(java.util.Map metaData,
byte[] data)
All directly extending classes should call super.invoke(metaData, data) before proceeding
with the invoke.
|
getFileName, getFileProperties, writeFile
getBooleanPropertyValue, getBooleanPropertyValue, getDatePropertyValue, getDoublePropertyValue, getIntPropertyValue, getLongPropertyValue, getOverrideValue, getPropertyValue, isOverridden, isPropertyOverridable
public static final java.lang.String PRETTYPRINT
public XMLFileHandler(MaxEndPointInfo endPointInfo)
public XMLFileHandler()
public java.lang.String getDefaultFileExtension()
getDefaultFileExtension
in class FileHandler
protected java.lang.String getDefaultDestinationFolder()
getDefaultDestinationFolder
in class FileHandler
public byte[] invoke(java.util.Map metaData, byte[] data) throws MXException
BaseRouterHandler
invoke
in interface RouterHandler
invoke
in class BaseRouterHandler
MXException
RouterHandler.invoke(java.util.Map, byte[])
public java.util.List getProperties()