|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.component.DefaultInterfaceBinding
org.mule.module.ibeans.spi.support.DefaultRequestInterfaceBinding
org.mule.module.ibeans.spi.support.DynamicRequestInterfaceBinding
public class DynamicRequestInterfaceBinding
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
Field Summary |
---|
Fields inherited from class org.mule.module.ibeans.spi.support.DefaultRequestInterfaceBinding |
---|
inboundEndpoint |
Fields inherited from class org.mule.component.DefaultInterfaceBinding |
---|
logger, outboundRouter |
Constructor Summary | |
---|---|
DynamicRequestInterfaceBinding()
|
Method Summary | |
---|---|
MuleEvent |
process(MuleEvent event)
This method is responsible for routing the Message via the MuleSession. |
Methods inherited from class org.mule.module.ibeans.spi.support.DefaultRequestInterfaceBinding |
---|
getEndpoint, setEndpoint |
Methods inherited from class org.mule.component.DefaultInterfaceBinding |
---|
createProxy, getInterface, getInterfaceClass, getMethod, setInterface, setMethod, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DynamicRequestInterfaceBinding()
Method Detail |
---|
public MuleEvent process(MuleEvent event) throws MessagingException
InterfaceBinding
process
in interface InterfaceBinding
process
in interface MessageProcessor
process
in class DefaultInterfaceBinding
event
- MuleEvent to be processed
MessagingException
- if any errors occur during the sending of messagesFilteringOutboundRouter
,
ExceptionBasedRouter
,
MulticastingRouter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |