Uses of Class
org.apache.synapse.transport.pipe.PipeEndpoint
-
-
Uses of PipeEndpoint in org.apache.synapse.transport.pipe
Methods in org.apache.synapse.transport.pipe that return PipeEndpoint Modifier and Type Method Description protected PipeEndpoint
PipeListener. doCreateEndpoint()
Methods in org.apache.synapse.transport.pipe with parameters of type PipeEndpoint Modifier and Type Method Description void
PipeDispatcher. addEndpoint(PipeEndpoint endpoint)
void
PipeDispatcher. removeEndpoint(PipeEndpoint endpoint)
Constructors in org.apache.synapse.transport.pipe with parameters of type PipeEndpoint Constructor Description PipeEndpointListener(PipeEndpoint endpoint, org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback)
-