Class NCRToControlCharHandler

java.lang.Object
org.mule.soapkit.soap.server.interceptor.NCRToControlCharHandler
All Implemented Interfaces:
com.ctc.wstx.api.InvalidCharHandler

public class NCRToControlCharHandler extends Object implements com.ctc.wstx.api.InvalidCharHandler
Custom invalid character handler. NCR (Numeric character reference) appear as invalid characters in writer. They are converted to the corresponding control character.
  • Constructor Details

    • NCRToControlCharHandler

      public NCRToControlCharHandler()
  • Method Details

    • convertInvalidChar

      public char convertInvalidChar(int invalidChar) throws IOException
      Specified by:
      convertInvalidChar in interface com.ctc.wstx.api.InvalidCharHandler
      Throws:
      IOException