Uses of Interface
org.apache.servicemix.quartz.support.QuartzMarshaler

Packages that use QuartzMarshaler
org.apache.servicemix.quartz   
org.apache.servicemix.quartz.support   
 

Uses of QuartzMarshaler in org.apache.servicemix.quartz
 

Methods in org.apache.servicemix.quartz that return QuartzMarshaler
 QuartzMarshaler QuartzEndpoint.getMarshaler()
           
 

Methods in org.apache.servicemix.quartz with parameters of type QuartzMarshaler
 void QuartzEndpoint.setMarshaler(QuartzMarshaler marshaler)
          Set a custom marshaler class to translate the JobDetail information into a normalized message.
 

Uses of QuartzMarshaler in org.apache.servicemix.quartz.support
 

Classes in org.apache.servicemix.quartz.support that implement QuartzMarshaler
 class DefaultQuartzMarshaler
          The default implementation of the Quartz marshaler
 



Copyright © 2005-2011 FuseSource. All Rights Reserved.