Uses of Interface
org.yestech.publish.service.IPublishProducer

Packages that use IPublishProducer
org.yestech.publish.client   
org.yestech.publish.service   
 

Uses of IPublishProducer in org.yestech.publish.client
 

Methods in org.yestech.publish.client that return types with arguments of type IPublishProducer
 Map<ArtifactType,IPublishProducer> PublishBridge.getProducers()
           
 Map<ArtifactType,IPublishProducer> IPublishBridge.getProducers()
           
 

Method parameters in org.yestech.publish.client with type arguments of type IPublishProducer
 void PublishBridge.setProducers(Map<ArtifactType,IPublishProducer> producers)
           
 void IPublishBridge.setProducers(Map<ArtifactType,IPublishProducer> producers)
           
 

Uses of IPublishProducer in org.yestech.publish.service
 

Classes in org.yestech.publish.service that implement IPublishProducer
 class CamelPublishProducer
          A camel based producer that assumes the body of a Message is of type IArtifact.
 class JmsQueuePublishProducer
           
 class NoOpPublishProducer
          Doesnt do anything it is a No Operation
 class TerracottaPublishProducer
           
 



Copyright © 2010 YES Technology Association. All Rights Reserved.