com.bea.p13n.rules.manager
Class DeploymentFactory
java.lang.Object
|
+--com.bea.p13n.rules.manager.DeploymentFactory
- public abstract class DeploymentFactory
- extends Object
Factory for creating all rule set deployment-related interface
implementations.
- See Also:
RuleSetArchive
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentFactory
public DeploymentFactory()
createRuleSetArchive
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.
Copyright © 2003 BEA Systems, Inc. All Rights Reserved