org.echarts.servlet.sip
Class WlssContainerAdapter

java.lang.Object
  extended by org.echarts.servlet.sip.ContainerAdapter
      extended by org.echarts.servlet.sip.WlssContainerAdapter

public class WlssContainerAdapter
extends ContainerAdapter

Provides WLSS-specific implementations, using proprietary API calls to lock call-state.


Constructor Summary
WlssContainerAdapter()
           
 
Method Summary
 int getHttpPort()
          Get port number for HTTP access to this container.
 
Methods inherited from class org.echarts.servlet.sip.ContainerAdapter
createAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WlssContainerAdapter

public WlssContainerAdapter()
Method Detail

getHttpPort

public int getHttpPort()
                throws ContainerAdapterException
Description copied from class: ContainerAdapter
Get port number for HTTP access to this container.

Overrides:
getHttpPort in class ContainerAdapter
Returns:
port number
Throws:
ContainerAdapterException