BEA Systems, Inc.

com.beasys.commerce.axiom.p13n.agents
Class ClassificationAdviceResultsImpl

java.lang.Object
  |
  +--com.beasys.commerce.axiom.p13n.agents.ClassificationAdviceResultsImpl

public class ClassificationAdviceResultsImpl
extends java.lang.Object
implements ClassificationAdviceResults, java.io.Serializable

This is a concrete class that implements the results returned by the ClassificationAgent. Note, all Advice Request classes must be Serializable. Make sure that all data in this object are Serializable.

See Also:
Serialized Form

Method Summary
 Classification getClassification()
          Returns the Classification object generated by the execution of a Classification rule by the ClassificationAgent.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassification

public Classification getClassification()
Returns the Classification object generated by the execution of a Classification rule by the ClassificationAgent.
Specified by:
getClassification in interface ClassificationAdviceResults
Returns:
Classification The Classification object for the Classification Request. Returns null, if there is no classification for the request made.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved