Package oracle.rules.jsr94.admin
Class RLUrlSource
java.lang.Object
oracle.rules.jsr94.admin.RLUrlSource
- All Implemented Interfaces:
Serializable,RuleSource
A
RuleSource that specifies a URL that locates RL text.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RLUrlSource
Create aRLUrlSource.- Parameters:
url- The URL specification.
-
-
Method Details
-
getUrl
Get the URL specification.- Returns:
- The URL specification.
-
getRules
Get an object that provides access to the rule sets. This is intended for internal use by the implementation.- Specified by:
getRulesin interfaceRuleSource- Returns:
- An object that provides access to the rule sets.
- Throws:
javax.rules.admin.RuleAdministrationException- if there is an error gaining access
-