|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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 | |
java.lang.String |
getRuleSet()
Returns the packaged rule set expressed as an XML string. |
java.lang.String |
getUri()
Returns the URI for the packaged rule set. |
void |
setRuleSet(java.lang.String xml)
Set the XML string for the packaged rule set. |
void |
setUri(java.lang.String uri)
Set the URI for the packaged rule set. |
| Method Detail |
public java.lang.String getUri()
public void setUri(java.lang.String uri)
uri - the rule set URI.public java.lang.String getRuleSet()
public void setRuleSet(java.lang.String xml)
xml - the rule set XML string.
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||