org.echarts.servlet.sip.utilities
Interface CallbackStrategy
- All Known Implementing Classes:
- SasIdCallbackStrategy, UrlCallbackStrategy
public interface CallbackStrategy
Interface used for calling back to SIP application from non-machine
Java code.
Method Summary |
void |
addCallbackParameters(java.util.Properties params)
Sets parameters that will be passed to the non-machine Java code
for purposes of identifying a particular machine instance for callbacks. |
addCallbackParameters
void addCallbackParameters(java.util.Properties params)
- Sets parameters that will be passed to the non-machine Java code
for purposes of identifying a particular machine instance for callbacks.
- Parameters:
params
- set of parameters to which to add.