Package org.apache.ofbiz.service.jms
Class JmsSerializer
java.lang.Object
org.apache.ofbiz.service.jms.JmsSerializer
A facade class used to connect JMS code to the legacy XML serialization code.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JmsSerializer
public JmsSerializer()
-
-
Method Details
-
deserialize
public static Object deserialize(String content, Delegator delegator) throws SerializeException, SAXException, ParserConfigurationException, IOException -
serialize
public static String serialize(Object object) throws SerializeException, FileNotFoundException, IOException
-