jade.proto
Interface FipaRequestResponderBehaviour.Factory


public abstract static interface FipaRequestResponderBehaviour.Factory

This interface must be implemented by users to create on demand a new instance of a suitable Action according to the action name.


Method Summary
 FipaRequestResponderBehaviour.ActionHandler create(ACLMessage request)
          Creates a new object, implementing the Action interface.
 

Method Detail

create

public FipaRequestResponderBehaviour.ActionHandler create(ACLMessage request)
Creates a new object, implementing the Action interface.
Parameters:
request - The REQUEST message received.
Returns:
A new ActionHandler object.