Class PipeDispatcher
- java.lang.Object
-
- org.apache.synapse.transport.pipe.PipeDispatcher
-
- All Implemented Interfaces:
org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>
public class PipeDispatcher extends Object implements org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>
DatagramDispatcherimplementation for the pipe transport.
-
-
Constructor Summary
Constructors Constructor Description PipeDispatcher(org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEndpoint(PipeEndpoint endpoint)voidremoveEndpoint(PipeEndpoint endpoint)voidstop()
-
-
-
Method Detail
-
addEndpoint
public void addEndpoint(PipeEndpoint endpoint) throws IOException
- Specified by:
addEndpointin interfaceorg.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>- Throws:
IOException
-
removeEndpoint
public void removeEndpoint(PipeEndpoint endpoint) throws IOException
- Specified by:
removeEndpointin interfaceorg.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>- Throws:
IOException
-
stop
public void stop() throws IOException- Specified by:
stopin interfaceorg.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>- Throws:
IOException
-
-