com.bea.p13n.rules.advislets
Class ResultsToRulesInputTransform
java.lang.Object
|
+--com.bea.p13n.advisor.AbstractAdviceTransform
|
+--com.bea.p13n.rules.advislets.ResultsToRulesInputTransform
- public class ResultsToRulesInputTransform
- extends AbstractAdviceTransform
An AdviceTransform
that converts the results in one Advice objects into rule
inputs in the AdviceRequest.
Field Summary
|
static java.lang.String |
REQUEST_SPECIFIC_KEY
A string key for identifying a request-specific key. |
static java.lang.String |
REQUEST_SPECIFIC_VALUE
A string key for identifying a request-specific value. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
REQUEST_SPECIFIC_KEY
public static final java.lang.String REQUEST_SPECIFIC_KEY
- A string key for identifying a request-specific key.
REQUEST_SPECIFIC_VALUE
public static final java.lang.String REQUEST_SPECIFIC_VALUE
- A string key for identifying a request-specific value.
ResultsToRulesInputTransform
public ResultsToRulesInputTransform(Advisor advisor,
Metadata metadata)
- Construct an instance of this object and bind it to
its Advisor and Metadata instances.
- Parameters:
advisor
- the Advisor
for this transform.metadata
- the Metadata
for this transform.
initialize
public boolean initialize(java.util.Map parameters,
java.lang.Object parameterDocument)
throws AdvisorException
- Overrides:
- initialize in class AbstractAdviceTransform
transform
public void transform(Advice input,
AdviceRequest output)
throws AdvisorException
- Overrides:
- transform in class AbstractAdviceTransform
Copyright © 2001 BEA Systems, Inc. All Rights Reserved