org.apache.servicemix.bean
Annotation Type Content


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Content

Binds a method parameter to the payload of a message exchange

Version:
$Revision: $

Optional Element Summary
 Class<? extends org.apache.servicemix.jbi.marshaler.PojoMarshaler> marshalType
          Specifies the type of the marshaller to be used
 

marshalType

public abstract Class<? extends org.apache.servicemix.jbi.marshaler.PojoMarshaler> marshalType
Specifies the type of the marshaller to be used

Default:
org.apache.servicemix.jbi.marshaler.DefaultMarshaler.class


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