pl.net.bluesoft.rnd.pt.utils.xml
Class OXHelper

java.lang.Object
  extended by pl.net.bluesoft.rnd.pt.utils.xml.OXHelper

public abstract class OXHelper
extends Object


Nested Class Summary
static class OXHelper.OXException
           
 
Constructor Summary
OXHelper()
           
 
Method Summary
protected abstract  Class[] getSupportedClasses()
           
 String marshall(Object object)
           
static String removeCDATATag(String input)
           
static String replaceXmlEscapeCharacters(String input)
           
 Object unmarshall(InputStream stream)
           
 Object unmarshall(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OXHelper

public OXHelper()
Method Detail

getSupportedClasses

protected abstract Class[] getSupportedClasses()

marshall

public String marshall(Object object)

unmarshall

public Object unmarshall(String xml)

unmarshall

public Object unmarshall(InputStream stream)

replaceXmlEscapeCharacters

public static String replaceXmlEscapeCharacters(String input)

removeCDATATag

public static String removeCDATATag(String input)


Copyright © 2012. All Rights Reserved.