org.apache.servicemix.quartz.support
Class DefaultQuartzMarshaler

java.lang.Object
  extended by org.apache.servicemix.components.util.MarshalerSupport
      extended by org.apache.servicemix.quartz.support.DefaultQuartzMarshaler
All Implemented Interfaces:
QuartzMarshaler

public class DefaultQuartzMarshaler
extends MarshalerSupport
implements QuartzMarshaler

The default implementation of the Quartz marshaler

Version:
$Revision: 10351 $

Constructor Summary
DefaultQuartzMarshaler()
           
 
Method Summary
 void populateNormalizedMessage(NormalizedMessage message, org.quartz.JobExecutionContext context)
          Populates the given normalized message from the Quartz context
 
Methods inherited from class org.apache.servicemix.components.util.MarshalerSupport
asString, getTransformer, setTransformer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultQuartzMarshaler

public DefaultQuartzMarshaler()
Method Detail

populateNormalizedMessage

public void populateNormalizedMessage(NormalizedMessage message,
                                      org.quartz.JobExecutionContext context)
                               throws org.quartz.JobExecutionException,
                                      MessagingException
Description copied from interface: QuartzMarshaler
Populates the given normalized message from the Quartz context

Specified by:
populateNormalizedMessage in interface QuartzMarshaler
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.