Class NCRToControlCharHandler
java.lang.Object
org.mule.soapkit.soap.server.interceptor.NCRToControlCharHandler
- All Implemented Interfaces:
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ctc.wstx.api.InvalidCharHandler
com.ctc.wstx.api.InvalidCharHandler.FailingHandler, com.ctc.wstx.api.InvalidCharHandler.ReplacingHandler -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NCRToControlCharHandler
public NCRToControlCharHandler()
-
-
Method Details
-
convertInvalidChar
- Specified by:
convertInvalidCharin interfacecom.ctc.wstx.api.InvalidCharHandler- Throws:
IOException
-