Send a message, off-thread, to this node.
@param msg The message to be sent.
@param cb The callback to be called when the packet has been sent, or null.
@param ctr A callback to tell how many bytes were used to send this message.
Sends an event request to a URL, making the result of the event trigger available as a Future result that can be accessed later by client code.
@param url the url to make a request on
@param payload the object that is the payload of the event
@param messageProperties any properties to be associated with the payload. asnull
@return the result message if any of the invocation
@throws org.mule.api.MuleException if the dispatch fails or the components ortransfromers cannot be found
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.