Uses of Interface
org.apache.servicemix.exec.marshaler.ExecMarshalerSupport

Packages that use ExecMarshalerSupport
org.apache.servicemix.exec   
org.apache.servicemix.exec.marshaler   
 

Uses of ExecMarshalerSupport in org.apache.servicemix.exec
 

Methods in org.apache.servicemix.exec that return ExecMarshalerSupport
 ExecMarshalerSupport ExecEndpoint.getMarshaler()
           
 

Methods in org.apache.servicemix.exec with parameters of type ExecMarshalerSupport
 void ExecEndpoint.setMarshaler(ExecMarshalerSupport marshaler)
           With this method you can specify a marshaler class which provides the logic for converting a message into a execution command.
 

Uses of ExecMarshalerSupport in org.apache.servicemix.exec.marshaler
 

Classes in org.apache.servicemix.exec.marshaler that implement ExecMarshalerSupport
 class DefaultExecMarshaler
           Default exec marshaler that use JAXB to marshal and unmarshal exec objects.
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.