Uses of Class
javax.rules.admin.RuleExecutionSetCreateException

Packages that use RuleExecutionSetCreateException
javax.rules.admin Provides the APIs for rule administration. 
 

Uses of RuleExecutionSetCreateException in javax.rules.admin
 

Methods in javax.rules.admin that throw RuleExecutionSetCreateException
 RuleExecutionSet RuleExecutionSetProvider.createRuleExecutionSet(org.w3c.dom.Element ruleExecutionSetElement, java.util.Map properties)
          Creates a RuleExecutionSet implementation from an XML Document and additional vendor-specific properties.
 RuleExecutionSet RuleExecutionSetProvider.createRuleExecutionSet(java.io.Serializable ruleExecutionSetAst, java.util.Map properties)
          Creates a RuleExecutionSet implementation from a vendor specific AST representation and vendor-specific properties.
 RuleExecutionSet RuleExecutionSetProvider.createRuleExecutionSet(java.lang.String ruleExecutionSetUri, java.util.Map properties)
          Creates a RuleExecutionSet implementation from a URI.
 RuleExecutionSet LocalRuleExecutionSetProvider.createRuleExecutionSet(java.io.InputStream ruleExecutionSetStream, java.util.Map properties)
          Creates a RuleExecutionSet implementation using a supplied input stream and additional vendor-specific properties.
 RuleExecutionSet LocalRuleExecutionSetProvider.createRuleExecutionSet(java.io.Reader ruleExecutionSetReader, java.util.Map properties)
          Creates a RuleExecutionSet implementation using a supplied character stream Reader and additional vendor-specific properties.
 RuleExecutionSet LocalRuleExecutionSetProvider.createRuleExecutionSet(java.lang.Object ruleExecutionSetAst, java.util.Map properties)
          Creates a RuleExecutionSet implementation from a vendor specific AST representation and vendor-specific properties.
 



Copyright © 2004 Java Community Process. All Rights Reserved.