Class JmsSerializer


  • public class JmsSerializer
    extends java.lang.Object
    A facade class used to connect JMS code to the legacy XML serialization code.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • Constructor Summary

      Constructors 
      Constructor Description
      JmsSerializer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object deserialize​(java.lang.String content, Delegator delegator)  
      static java.lang.String serialize​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • Constructor Detail

      • JmsSerializer

        public JmsSerializer()
    • Method Detail

      • deserialize

        public static java.lang.Object deserialize​(java.lang.String content,
                                                   Delegator delegator)
                                            throws SerializeException,
                                                   org.xml.sax.SAXException,
                                                   javax.xml.parsers.ParserConfigurationException,
                                                   java.io.IOException
        Throws:
        SerializeException
        org.xml.sax.SAXException
        javax.xml.parsers.ParserConfigurationException
        java.io.IOException
      • serialize

        public static java.lang.String serialize​(java.lang.Object object)
                                          throws SerializeException,
                                                 java.io.FileNotFoundException,
                                                 java.io.IOException
        Throws:
        SerializeException
        java.io.FileNotFoundException
        java.io.IOException