BEA Systems, Inc.

BEA WebLogic SIP Server 2.2 API Reference


com.bea.wcp.sip
Interface WlssAction


public interface WlssAction

WlssAction is intended to be used by converged applications in non-SIP scope (for example HTTP servlets) which want to execute their business logic (which consist of multiple interactions with the SipApplicationSession or SipSession) with concurrency control with respect to the SIP call-state.

See Also:
WlssSipApplicationSession
Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.Object run()
          The implementing classes needs to add their business logic here.
 

Method Detail

run

public java.lang.Object run()
                     throws java.lang.Exception
The implementing classes needs to add their business logic here.

Returns:
application specific return value
Throws:
java.lang.Exception

Documentation is available at
http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss22/
Copyright 2006 BEA Systems Inc.