net.metanotion.rpc
Interface EndPointFactory

All Known Implementing Classes:
LocalMessageBusServer, MINAEndPointFactory

public interface EndPointFactory


Method Summary
 EndPoint newBindingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint newConnectingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 

Method Detail

newBindingEndPoint

EndPoint newBindingEndPoint(ObserverFactory<MessageSocket> connectionHandler)

newConnectingEndPoint

EndPoint newConnectingEndPoint(ObserverFactory<MessageSocket> connectionHandler)