org.siprop.v2.b2bua.sip.context.impl
Class DefaultSIPB2BUAContext

java.lang.Object
  extended by org.siprop.v2.core.messge.AbstractContext
      extended by org.siprop.v2.b2bua.impl.B2BUAContextImpl
          extended by org.siprop.v2.b2bua.sip.context.impl.DefaultSIPB2BUAContext
All Implemented Interfaces:
java.io.Serializable, B2BUAContext, Context

public class DefaultSIPB2BUAContext
extends B2BUAContextImpl

Default B2BUAContext for SIP.

Author:
noritsuna
See Also:
Serialized Form

Constructor Summary
DefaultSIPB2BUAContext()
           
 
Method Summary
 
Methods inherited from class org.siprop.v2.b2bua.impl.B2BUAContextImpl
getOpposeUAInfos, getSelfUAInfos, getUAInfo, setUAInfo
 
Methods inherited from class org.siprop.v2.core.messge.AbstractContext
addPacket, getCurrentPacket, getInfo, getOriginalPacket, setCurrentPacket, setInfo, setOriginalPacket
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.siprop.v2.core.messge.Context
addPacket, getCurrentPacket, getInfo, getOriginalPacket, setCurrentPacket, setInfo, setOriginalPacket
 

Constructor Detail

DefaultSIPB2BUAContext

public DefaultSIPB2BUAContext()