gov.nist.javax.sip.stack
Interface MessageProcessorFactory
- All Known Implementing Classes:
- OIOMessageProcessorFactory
public interface MessageProcessorFactory
Factory used to create message processor instances on behalf of the stack
which are created when a new Listening point is created.
This allows to plug other implementations of MessageProcessor than the ones
provided by default with the jain sip stack
- Author:
- [email protected]
createMessageProcessor
MessageProcessor createMessageProcessor(SIPTransactionStack sipStack,
InetAddress ipAddress,
int port,
String transport)
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.