org.apache.axis2.transport.base.datagram
Interface DatagramDispatcher<E>

All Known Implementing Classes:
IODispatcher

public interface DatagramDispatcher<E>


Method Summary
 void addEndpoint(E endpoint)
           
 void removeEndpoint(E endpoint)
           
 void stop()
           
 

Method Detail

addEndpoint

void addEndpoint(E endpoint)
                 throws java.io.IOException
Throws:
java.io.IOException

removeEndpoint

void removeEndpoint(E endpoint)
                    throws java.io.IOException
Throws:
java.io.IOException

stop

void stop()
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.