Package com.bea.wcp.sip
Interface WlssSipSession
- All Superinterfaces:
javax.servlet.sip.AttributeStore,javax.servlet.sip.SipSession
public interface WlssSipSession
extends javax.servlet.sip.SipSession
This interface is an extension of the standard
SipSession
interface.
Please note, this interface is only for internal use, do not use it outside
Oracle.- Author:
- Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
- See Also:
-
SipSession
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.servlet.sip.SipSession
javax.servlet.sip.SipSession.State -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck if dialog termination has already been initiated on this sip session.booleanCheck if proxied dialog termination has already been initiated on this sip session.Methods inherited from interface javax.servlet.sip.AttributeStore
clearAttributes, getAttribute, getAttributeNameSet, removeAttribute, setAttributeMethods inherited from interface javax.servlet.sip.SipSession
createRequest, getActiveInvite, getActiveInviteBranch, getActiveRequest, getActiveRequests, getApplicationSession, getAttributeNames, getCallId, getCreationTime, getFlow, getForkingContext, getId, getInvalidateWhenReady, getKeepAlive, getLastAccessedTime, getLocalParty, getRegion, getRemoteParty, getServletContext, getState, getSubscriberURI, getUnacknowledgedProvisionalResponse, getUnacknowledgedProvisionalResponses, invalidate, isReadyToInvalidate, isValid, setFlow, setHandler, setInvalidateWhenReady, setOutboundInterface, setOutboundInterface, terminateDialog, terminateDialog, terminateProxiedDialog, terminateProxiedDialog, terminateProxiedDialog, terminateProxiedDialog
-
Method Details
-
isDialogTerminationInitiated
boolean isDialogTerminationInitiated()Check if dialog termination has already been initiated on this sip session.- Returns:
- true if called terminateDialog before, false otherwise
-
isProxiedDialogTerminationInitiated
boolean isProxiedDialogTerminationInitiated()Check if proxied dialog termination has already been initiated on this sip session.- Returns:
- true if called terminateProxied Dialog before, false otherwise
-