Uses of Interface
org.apache.servicemix.jbi.messaging.PojoMarshaler

Packages that use PojoMarshaler
org.apache.servicemix.client A JBI client interface for interacting with a JBI container easily from client side applications. 
org.apache.servicemix.components.util A collection of utility components and helper classes for developers wishing to write components. 
org.apache.servicemix.jbi.container The JBI Container implementation and supporting classes 
org.apache.servicemix.jbi.messaging JBI Normalized Message Service (NMS) implementation classes 
 

Uses of PojoMarshaler in org.apache.servicemix.client
 

Methods in org.apache.servicemix.client that return PojoMarshaler
 PojoMarshaler ServiceMixClientFacade.getMarshaler()
           
 PojoMarshaler DefaultServiceMixClient.getMarshaler()
           
 

Methods in org.apache.servicemix.client with parameters of type PojoMarshaler
 Object Message.getBody(PojoMarshaler marshaler)
          Deprecated.  
 void ServiceMixClientFacade.setMarshaler(PojoMarshaler marshaler)
          Sets the marshaler used to convert objects which are not already JAXP Source instances into the normalized message content.
 void DefaultServiceMixClient.setMarshaler(PojoMarshaler marshaler)
          Sets the marshaler used to convert objects which are not already JAXP Source instances into the normalized message content.
 

Uses of PojoMarshaler in org.apache.servicemix.components.util
 

Methods in org.apache.servicemix.components.util with parameters of type PojoMarshaler
static Object MessageHelper.getBody(javax.jbi.messaging.NormalizedMessage message, PojoMarshaler marshaller)
          Deprecated. A helper method to return the body of the message as a POJO which could be a bean or some DOMish model of the body.
 

Uses of PojoMarshaler in org.apache.servicemix.jbi.container
 

Methods in org.apache.servicemix.jbi.container that return PojoMarshaler
 PojoMarshaler ActivationSpec.getMarshaler()
           
 

Methods in org.apache.servicemix.jbi.container with parameters of type PojoMarshaler
 void ActivationSpec.setMarshaler(PojoMarshaler marshaler)
           
 

Uses of PojoMarshaler in org.apache.servicemix.jbi.messaging
 

Fields in org.apache.servicemix.jbi.messaging declared as PojoMarshaler
protected  PojoMarshaler MessageExchangeImpl.marshaler
           
 

Methods in org.apache.servicemix.jbi.messaging that return PojoMarshaler
 PojoMarshaler MessageExchangeImpl.getMarshaler()
           
 PojoMarshaler NormalizedMessageImpl.getMarshaler()
           
 

Methods in org.apache.servicemix.jbi.messaging with parameters of type PojoMarshaler
 Object NormalizedMessageImpl.getBody(PojoMarshaler marshaler)
           
 void MessageExchangeImpl.setMarshaler(PojoMarshaler marshaler)
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.