org.mule.module.ibeans.spi.support
Class DynamicRequestInterfaceBinding
java.lang.Object
org.mule.component.DefaultInterfaceBinding
org.mule.module.ibeans.spi.support.DefaultRequestInterfaceBinding
org.mule.module.ibeans.spi.support.DynamicRequestInterfaceBinding
- All Implemented Interfaces:
- InterfaceBinding, MessageProcessor
public class DynamicRequestInterfaceBinding
- extends DefaultRequestInterfaceBinding
Creates an component binding that can use the MessageRequester interface to make
a call. The need for this class is that the MessageRequester has no support for passing an MuleMessage so this
binding will set the message on the endpoint and use it when the request is made
DynamicRequestInterfaceBinding
public DynamicRequestInterfaceBinding()
process
public MuleEvent process(MuleEvent event)
throws MessagingException
- Specified by:
process in interface InterfaceBinding- Specified by:
process in interface MessageProcessor- Overrides:
process in class DefaultInterfaceBinding
- Throws:
MessagingException
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.