org.drools.ide.common.server.util
Class ScenarioXMLPersistence

java.lang.Object
  extended by org.drools.ide.common.server.util.ScenarioXMLPersistence

public class ScenarioXMLPersistence
extends Object

Persists the scenario model.


Method Summary
static ScenarioXMLPersistence getInstance()
           
 String marshal(Scenario sc)
           
 Scenario unmarshal(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ScenarioXMLPersistence getInstance()

marshal

public String marshal(Scenario sc)

unmarshal

public Scenario unmarshal(String xml)


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.