Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.resource.sip
Class SipProviderProxy  view SipProviderProxy download SipProviderProxy.java

java.lang.Object
  extended byorg.mobicents.slee.resource.sip.SipProviderProxy

public class SipProviderProxy
extends java.lang.Object

Title: SIP_RA

Description: JAIN SIP Resource Adaptor

Copyright: Copyright (c) 2005

Company: Lucent Technologies

Version:
1.0

Field Summary
(package private)  SipProvider provider
           
(package private)  SipResourceAdaptor sipResourceAdaptor
           
(package private)  SipStack stack
           
 
Constructor Summary
SipProviderProxy(SipProvider provider, SipResourceAdaptor sipResourceAdaptor)
           
 
Method Summary
 void addSipListener(SipListener sipListener)
          addSipListener
 ListeningPoint getListeningPoint()
          getListeningPoint
 CallIdHeader getNewCallId()
          getNewCallId
 ClientTransaction getNewClientTransaction(Request request)
          getNewClientTransaction
 ServerTransaction getNewServerTransaction(Request request)
          getNewServerTransaction
 SipStack getSipStack()
          getSipStack
 void release()
           
 void removeSipListener(SipListener sipListener)
          removeSipListener
 void sendRequest(Request request)
          sendRequest
 void sendResponse(Response response)
          sendResponse
 void setListeningPoint(ListeningPoint listeningPoint)
          setListeningPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

provider

SipProvider provider

stack

SipStack stack

sipResourceAdaptor

SipResourceAdaptor sipResourceAdaptor
Constructor Detail

SipProviderProxy

public SipProviderProxy(SipProvider provider,
                        SipResourceAdaptor sipResourceAdaptor)
Method Detail

release

public void release()

addSipListener

public void addSipListener(SipListener sipListener)
                    throws java.util.TooManyListenersException
addSipListener


getListeningPoint

public ListeningPoint getListeningPoint()
getListeningPoint


getNewCallId

public CallIdHeader getNewCallId()
getNewCallId


getNewClientTransaction

public ClientTransaction getNewClientTransaction(Request request)
                                          throws TransactionUnavailableException
getNewClientTransaction


getNewServerTransaction

public ServerTransaction getNewServerTransaction(Request request)
                                          throws TransactionAlreadyExistsException,
                                                 TransactionUnavailableException
getNewServerTransaction


getSipStack

public SipStack getSipStack()
getSipStack


removeSipListener

public void removeSipListener(SipListener sipListener)
removeSipListener


sendRequest

public void sendRequest(Request request)
                 throws SipException
sendRequest


sendResponse

public void sendResponse(Response response)
                  throws SipException
sendResponse


setListeningPoint

public void setListeningPoint(ListeningPoint listeningPoint)
                       throws ObjectInUseException
setListeningPoint