|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that defines a rule set packaged for deployment.
Use the DeploymentFactory to create instances
that implement this interface.
DeploymentFactory,
RulesManager| Method Summary | |
String |
getRuleSet()
Returns the packaged rule set expressed as an XML string. |
String |
getUri()
Returns the URI for the packaged rule set. |
void |
setRuleSet(String xml)
Set the XML string for the packaged rule set. |
void |
setUri(String uri)
Set the URI for the packaged rule set. |
| Method Detail |
public String getUri()
public void setUri(String uri)
uri - the rule set URI.public String getRuleSet()
public void setRuleSet(String xml)
xml - the rule set XML string.
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||