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

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

public class GuidedDTXMLPersistence
extends Object


Method Summary
static GuidedDTXMLPersistence getInstance()
           
 String marshal(TypeSafeGuidedDecisionTable dt)
           
 TypeSafeGuidedDecisionTable 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 GuidedDTXMLPersistence getInstance()

marshal

public String marshal(TypeSafeGuidedDecisionTable dt)

unmarshal

public TypeSafeGuidedDecisionTable unmarshal(String xml)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.