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
ConstructorsConstructorDescriptionPipeDispatcher(org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEndpoint(PipeEndpoint endpoint) voidremoveEndpoint(PipeEndpoint endpoint) voidstop()
-
Constructor Details
-
PipeDispatcher
public PipeDispatcher(org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback)
-
-
Method Details
-
addEndpoint
- Specified by:
addEndpointin interfaceorg.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>- Throws:
IOException
-
removeEndpoint
- Specified by:
removeEndpointin interfaceorg.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>- Throws:
IOException
-
stop
- Specified by:
stopin interfaceorg.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>- Throws:
IOException
-