public class XMLFileHandler extends FileHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PRETTYPRINT |
endPointPropVals, epName, metaDataBIDICONFIG, 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, writeFilegetBooleanPropertyValue, getBooleanPropertyValue, getDatePropertyValue, getDoublePropertyValue, getIntPropertyValue, getLongPropertyValue, getOverrideValue, getPropertyValue, isOverridden, isPropertyOverridablepublic static final java.lang.String PRETTYPRINT
public XMLFileHandler(MaxEndPointInfo endPointInfo)
public XMLFileHandler()
public java.lang.String getDefaultFileExtension()
getDefaultFileExtension in class FileHandlerprotected java.lang.String getDefaultDestinationFolder()
getDefaultDestinationFolder in class FileHandlerpublic byte[] invoke(java.util.Map metaData,
byte[] data)
throws MXException
BaseRouterHandlerinvoke in interface RouterHandlerinvoke in class BaseRouterHandlerMXExceptionRouterHandler.invoke(java.util.Map, byte[])public java.util.List getProperties()