ca.infoway.messagebuilder.simple.xml.formatter
Class BooleanXmlFormatter

Package class diagram package BooleanXmlFormatter
java.lang.Object
  extended by ca.infoway.messagebuilder.simple.xml.formatter.AbstractSimpleXmlFormatter
      extended by ca.infoway.messagebuilder.simple.xml.formatter.BooleanXmlFormatter
All Implemented Interfaces:
SimpleXmlFormatter

public class BooleanXmlFormatter
extends AbstractSimpleXmlFormatter


Field Summary
 
Fields inherited from class ca.infoway.messagebuilder.simple.xml.formatter.AbstractSimpleXmlFormatter
configuration, NAMESPACE
 
Constructor Summary
protected BooleanXmlFormatter(FormatterConfiguration configuration)
           
 
Method Summary
 BL format(FormatContext formatContext, Element value)
           
 Boolean parseBooleanValue(String unparsedBoolean, Element element, FormatContext formatContext)
           
 
Methods inherited from class ca.infoway.messagebuilder.simple.xml.formatter.AbstractSimpleXmlFormatter
getSingleElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanXmlFormatter

protected BooleanXmlFormatter(FormatterConfiguration configuration)
Method Detail

format

public BL format(FormatContext formatContext,
                 Element value)
          throws FormatterException
Throws:
FormatterException

parseBooleanValue

public Boolean parseBooleanValue(String unparsedBoolean,
                                 Element element,
                                 FormatContext formatContext)
                          throws FormatterException
Throws:
FormatterException


Copyright © 2013. All Rights Reserved.