© 2004 BEA Systems, Inc.

com.bea.p13n.rules.manager
Class DeploymentFactory

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

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved