DeploymentFactory Class

com.bea.p13n.rules.manager
DeploymentFactory Class

public abstract class DeploymentFactory

    extends Object

Factory for creating all rule set deployment-related interface implementations.

Related Topics

RuleSetArchive


Hierarchy
Object
  DeploymentFactory

Constructor Summary

DeploymentFactory()

 

Method Summary

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

Constructor Detail

DeploymentFactory

public DeploymentFactory()
 

Method Detail

createRuleSetArchive(String, String) Method

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.