org.mule.providers.multicast
Class MulticastMessageDispatcher
java.lang.Object
org.mule.providers.AbstractMessageDispatcher
org.mule.providers.udp.UdpMessageDispatcher
org.mule.providers.multicast.MulticastMessageDispatcher
- All Implemented Interfaces:
- Disposable, ExceptionListener, UMOConnectable, UMOMessageDispatcher
- public class MulticastMessageDispatcher
- extends UdpMessageDispatcher
MulticastMessageDispatcher dispatches events to a multicast address
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
| Methods inherited from class org.mule.providers.AbstractMessageDispatcher |
connect, disconnect, dispatch, dispose, exceptionThrown, getConnectEventId, getConnectionDescription, getOutputStream, isConnected, isDisposed, isTransactionRollback, receive, receive, reconnect, send, useRemoteSync |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MulticastMessageDispatcher
public MulticastMessageDispatcher(UMOImmutableEndpoint endpoint)
createSocket
protected DatagramSocket createSocket(int port,
InetAddress inetAddress)
throws IOException
- Overrides:
createSocket in class UdpMessageDispatcher
- Throws:
IOException
doDisconnect
protected void doDisconnect()
throws Exception
- Overrides:
doDisconnect in class UdpMessageDispatcher
- Throws:
Exception
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.