org.mule.transport.udp
Class UdpMessageRequesterFactory

java.lang.Object
  extended by org.mule.transport.AbstractMessageRequesterFactory
      extended by org.mule.transport.udp.UdpMessageRequesterFactory
All Implemented Interfaces:
org.mule.api.transport.MessageRequesterFactory

public class UdpMessageRequesterFactory
extends org.mule.transport.AbstractMessageRequesterFactory

Creates a dispatcher for receiving UDP packets.


Constructor Summary
UdpMessageRequesterFactory()
           
 
Method Summary
 org.mule.api.transport.MessageRequester create(org.mule.api.endpoint.InboundEndpoint endpoint)
           
 
Methods inherited from class org.mule.transport.AbstractMessageRequesterFactory
activate, destroy, isCreateRequesterPerRequest, passivate, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UdpMessageRequesterFactory

public UdpMessageRequesterFactory()
Method Detail

create

public org.mule.api.transport.MessageRequester create(org.mule.api.endpoint.InboundEndpoint endpoint)
                                               throws org.mule.api.MuleException
Specified by:
create in interface org.mule.api.transport.MessageRequesterFactory
Specified by:
create in class org.mule.transport.AbstractMessageRequesterFactory
Throws:
org.mule.api.MuleException


Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.