org.apache.servicemix.quartz.support
Class DefaultQuartzMarshaler
java.lang.Object
org.apache.servicemix.components.util.MarshalerSupport
org.apache.servicemix.quartz.support.DefaultQuartzMarshaler
- All Implemented Interfaces:
- QuartzMarshaler
public class DefaultQuartzMarshaler
- extends org.apache.servicemix.components.util.MarshalerSupport
- implements QuartzMarshaler
The default implementation of the Quartz marshaler
- Version:
- $Revision: 10351 $
|
Method Summary |
void |
populateNormalizedMessage(javax.jbi.messaging.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 |
DefaultQuartzMarshaler
public DefaultQuartzMarshaler()
populateNormalizedMessage
public void populateNormalizedMessage(javax.jbi.messaging.NormalizedMessage message,
org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException,
javax.jbi.messaging.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 populatecontext - the Quartz context
- Throws:
org.quartz.JobExecutionException
javax.jbi.messaging.MessagingException
Copyright © 2005-2007. All Rights Reserved.