org.apache.servicemix.quartz.support
Interface QuartzMarshaler
- All Known Implementing Classes:
- DefaultQuartzMarshaler
public interface QuartzMarshaler
- Version:
- $Revision$
|
Method Summary |
void |
populateNormalizedMessage(javax.jbi.messaging.NormalizedMessage message,
org.quartz.JobExecutionContext context)
Populates the given normalized message from the Quartz context |
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 populatecontext - the Quartz context
- Throws:
org.quartz.JobExecutionException
javax.jbi.messaging.MessagingException
Copyright © 2005-2012 FuseSource. All Rights Reserved.