org.siprop.v2.b2bua
Interface B2BUAContext

All Superinterfaces:
Context, java.io.Serializable
All Known Implementing Classes:
B2BUAContextImpl, DefaultSIPB2BUAContext

public interface B2BUAContext
extends Context

This interface the dialog about a B2BUA.

Author:
noritsuna

Method Summary
 java.util.List<B2BUAInfo> getOpposeUAInfos(Context context)
          get opposed UAInfo list.
 java.util.List<B2BUAInfo> getSelfUAInfos(Context context)
          get self UAInfo list.
 B2BUAInfo getUAInfo(java.lang.String key)
          get UAInfo.
 void setUAInfo(java.lang.String key, B2BUAInfo uaSet)
          set UAInfo.
 
Methods inherited from interface org.siprop.v2.core.messge.Context
addPacket, getCurrentPacket, getInfo, getOriginalPacket, setCurrentPacket, setInfo, setOriginalPacket
 

Method Detail

getOpposeUAInfos

java.util.List<B2BUAInfo> getOpposeUAInfos(Context context)
get opposed UAInfo list.

Parameters:
context -
Returns:
opposed UAInfo list

getSelfUAInfos

java.util.List<B2BUAInfo> getSelfUAInfos(Context context)
get self UAInfo list.

Parameters:
context -
Returns:
self UAInfo list

setUAInfo

void setUAInfo(java.lang.String key,
               B2BUAInfo uaSet)
set UAInfo.

Parameters:
key -
uaSet -

getUAInfo

B2BUAInfo getUAInfo(java.lang.String key)
get UAInfo.

Parameters:
key -
Returns:
B2BUAInfo