org.echarts.servlet.sip.features.ucf
Interface UCFServletToJava


public interface UCFServletToJava

Interface defining how servlet calls out to its environment.


Method Summary
 URI getForwardingURI(SipServletRequest request)
          Retrieve forwarding URI for the specified parameters.
 

Method Detail

getForwardingURI

URI getForwardingURI(SipServletRequest request)
Retrieve forwarding URI for the specified parameters.

Parameters:
request - request received by servlet.
Returns:
URI to forward the call to.