|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.bea.p13n.advisor.AbstractAdviceTransform
This is an abstract base class useful for defining new AdviceTransform classes.
| Constructor Summary | |
AbstractAdviceTransform(Metadata metadata)
Construct an instance of this object and bind it to its Metadata instance. |
|
| Method Summary | |
Metadata |
getMetadata()
Returns the Metadata that is associated with this. |
boolean |
initialize(java.util.Map parameters,
java.lang.Object parameterDocument)
Initializes this with the given parameters and a parameterDocument. |
java.lang.String |
toString()
Constructs and returns a String representation of this object. |
void |
transform(Advice input,
AdviceRequest output)
Transforms the given Advice into AdviceRequest
to pass it to another Advisor in the advislet chain defined in the
advislet registry. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public AbstractAdviceTransform(Metadata metadata)
Metadata instance.
metadata - the metadata for this object.| Method Detail |
public boolean initialize(java.util.Map parameters,
java.lang.Object parameterDocument)
throws AdvisorException
parameters and a parameterDocument.
parameters - A map containing key-value pairs.parameterDocument - An Object representing a parameter document.true if this operation is successful, otherwise returns
false.
public void transform(Advice input,
AdviceRequest output)
throws AdvisorException
Advice into AdviceRequest
to pass it to another Advisor in the advislet chain defined in the
advislet registry.
input - An Advice from which the parameters are extracted and transformed.output - An AdviceRequest that is prepared from the given Advice.public Metadata getMetadata()
Metadata that is associated with this.
Metadata.public java.lang.String toString()
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||