站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

BRXMLPersistence (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.server.util
Class BRXMLPersistence

java.lang.Object
  extended by org.drools.brms.server.util.BRXMLPersistence
All Implemented Interfaces:
BRLPersistence

public class BRXMLPersistence
extends Object
implements BRLPersistence

This class persists the rule model to XML and back. This is the 'brxml' xml format (Business Rule Language).

Author:
Michael Neale

Method Summary
static BRLPersistence getInstance()
           
 String marshal(RuleModel model)
           
 RuleModel 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 BRLPersistence getInstance()

marshal

public String marshal(RuleModel model)
Specified by:
marshal in interface BRLPersistence

unmarshal

public RuleModel unmarshal(String xml)
Specified by:
unmarshal in interface BRLPersistence


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