DeploymentFactory Class
- public abstract class DeploymentFactory
extends Object
Factory for creating all rule set deployment-related interface
implementations.
Related Topics
RuleSetArchive
-
Hierarchy
-
Object
DeploymentFactory
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentFactory
public DeploymentFactory()
createRuleSetArchive(String, String) Method
public static RuleSetArchive
createRuleSetArchive(String
uri,
String
xml)
Constructs a RuleSetArchive
for the given rule set
URI and XML document.
Parameters
-
uri
- the URI for identifying the rule set.
-
xml
- the rule set XML.
Returns
- the initialized
RuleSetArchive
instance.