com.bea.p13n.rules.manager
Class DeploymentFactory

java.lang.Object
  extended by 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

Constructor Summary
DeploymentFactory()
           
 
Method Summary
static RuleSetArchive createRuleSetArchive(String uri, String xml)
          Constructs a RuleSetArchive for the given rule set URI and XML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentFactory

public DeploymentFactory()
Method Detail

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 © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.