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>
DatagramDispatcher
implementation 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 void
addEndpoint(PipeEndpoint endpoint)
void
removeEndpoint(PipeEndpoint endpoint)
void
stop()
-
-
-
Method Detail
-
addEndpoint
public void addEndpoint(PipeEndpoint endpoint) throws IOException
- Specified by:
addEndpoint
in interfaceorg.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>
- Throws:
IOException
-
removeEndpoint
public void removeEndpoint(PipeEndpoint endpoint) throws IOException
- Specified by:
removeEndpoint
in interfaceorg.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>
- Throws:
IOException
-
stop
public void stop() throws IOException
- Specified by:
stop
in interfaceorg.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>
- Throws:
IOException
-
-