unsw.cse.mica.blackboard.transport
Interface BlackboardProtocolFactory

All Known Implementing Classes:
SecureXMLBlackboardProtocolFactory, XMLBlackboardProtocolFactory

public interface BlackboardProtocolFactory

A blackboard protocol factory creates objects of a particular protocol.

Author:
jhw

Method Summary
 BlackboardProtocol createProtocol()
          Creates a new protocol.
 

Method Detail

createProtocol

BlackboardProtocol createProtocol()
Creates a new protocol.

Returns:
the new protocol