org.apache.servicemix.quartz.support
Interface QuartzMarshaler

All Known Implementing Classes:
DefaultQuartzMarshaler

public interface QuartzMarshaler

Version:
$Revision: 10351 $

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

Method Detail

populateNormalizedMessage

void populateNormalizedMessage(NormalizedMessage message,
                               org.quartz.JobExecutionContext context)
                               throws org.quartz.JobExecutionException,
                                      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
MessagingException


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.