IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.format.impl
Class JSONNullCheckDecorator

java.lang.Object
  extended by com.ibm.btt.format.AbstractFormatElement
      extended by com.ibm.btt.format.BaseDecorator
          extended by com.ibm.btt.format.impl.NullCheckDecorator
              extended by com.ibm.btt.format.impl.JSONNullCheckDecorator
All Implemented Interfaces:
FormatDecorator, FormatElement

public class JSONNullCheckDecorator
extends NullCheckDecorator


Field Summary
 
Fields inherited from class com.ibm.btt.format.AbstractFormatElement
dataName, tagName, TOSTRINGS_MARGIN
 
Constructor Summary
JSONNullCheckDecorator()
           
 
Method Summary
 Message format(ReadAdapter dataWrapper)
          This method is attended to be called by client code of FormatElement
 void unformat(Message message, WriteAdapter dataAdapter)
          This method is attended to be called by client code of FormatElement
 
Methods inherited from class com.ibm.btt.format.impl.NullCheckDecorator
addDecoration, attributes, removeDecoration
 
Methods inherited from class com.ibm.btt.format.BaseDecorator
extract, getDataName, getDecorated, isContainer, rootDecorated, setDecorated, toStrings
 
Methods inherited from class com.ibm.btt.format.AbstractFormatElement
setDataName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONNullCheckDecorator

public JSONNullCheckDecorator()
Method Detail

format

public Message format(ReadAdapter dataWrapper)
               throws FormatException
Description copied from interface: FormatElement
This method is attended to be called by client code of FormatElement

Specified by:
format in interface FormatElement
Overrides:
format in class NullCheckDecorator
Returns:
Throws:
FormatException

unformat

public void unformat(Message message,
                     WriteAdapter dataAdapter)
              throws UnformatException
Description copied from interface: FormatElement
This method is attended to be called by client code of FormatElement

Specified by:
unformat in interface FormatElement
Overrides:
unformat in class NullCheckDecorator
Throws:
UnformatException

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008