org.apache.servicemix.quartz.support
Interface QuartzMarshaler

All Known Implementing Classes:
DefaultQuartzMarshaler

public interface QuartzMarshaler

Version:
$Revision: 43337 $

Method Summary
 void populateNormalizedMessage(javax.jbi.messaging.NormalizedMessage message, org.quartz.JobExecutionContext context)
          Populates the given normalized message from the Quartz context
 

Method Detail

populateNormalizedMessage

void populateNormalizedMessage(javax.jbi.messaging.NormalizedMessage message,
                               org.quartz.JobExecutionContext context)
                               throws org.quartz.JobExecutionException,
                                      javax.jbi.messaging.MessagingException
Populates the given normalized message from the Quartz context

Parameters:
message - the normalized message to populate
context - the Quartz context
Throws:
org.quartz.JobExecutionException
javax.jbi.messaging.MessagingException


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.