Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.events.api
Interface DocumentMessageProducer

All Known Implementing Classes:
JMSDocumentMessageProducerBean, JMSDocumentMessageProducerService, MockWAPIService.MockDocumentMessageProducer

public interface DocumentMessageProducer

Document message producer interface.

Author:
Julien Anguenot

Method Summary
 void produce(DocumentMessage message)
          Deprecated. Use produce(EventMessage) instead
 void produce(EventMessage message)
          Produces a document message on the target messaging channel.
 void produce(NXCoreEvent message)
          Produces a event on the target messaging channel.
 

Method Detail

produce

void produce(DocumentMessage message)
Deprecated. Use produce(EventMessage) instead

Produces a document message on the target messaging channel.

Parameters:
message - a DocumentMessage instance

produce

void produce(EventMessage message)
Produces a document message on the target messaging channel.

Parameters:
message - a DocumentMessage instance

produce

void produce(NXCoreEvent message)
Produces a event on the target messaging channel.

Parameters:
message - a NXCoreEvent instance

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.