Uses of Interface
org.apache.servicemix.jms.JmsMarshaler

Packages that use JmsMarshaler
org.apache.servicemix.jms   
 

Uses of JmsMarshaler in org.apache.servicemix.jms
 

Classes in org.apache.servicemix.jms that implement JmsMarshaler
 class DefaultJmsMarshaler
          Encapsulates the conversion to and from JMS messages
 

Fields in org.apache.servicemix.jms declared as JmsMarshaler
protected  JmsMarshaler JmsEndpoint.marshaler
           
 

Methods in org.apache.servicemix.jms that return JmsMarshaler
 JmsMarshaler JmsEndpoint.getMarshaler()
           
 

Methods in org.apache.servicemix.jms with parameters of type JmsMarshaler
 void JmsEndpoint.setMarshaler(JmsMarshaler marshaler)
          Specifies the class implementing the logic for marshaling and unmarshaling messages between the JMS destination and the endpoint.
 



Copyright © 2005-2014 FuseSource. All Rights Reserved.