org.mobicents.slee.resource.sip
Class SipFactoryProvider

java.lang.Object
  extended by org.mobicents.slee.resource.sip.SipFactoryProvider
All Implemented Interfaces:
java.io.Serializable, org.mobicents.slee.resource.sip.SipResourceAdaptorSbbInterface

public class SipFactoryProvider
extends java.lang.Object
implements org.mobicents.slee.resource.sip.SipResourceAdaptorSbbInterface, java.io.Serializable

Title: SIP_RA

Description: JAIN SIP Resource Adaptor

Version:
1.0
Author:
mvera@lucent.com
See Also:
Serialized Form

Constructor Summary
SipFactoryProvider(javax.sip.address.AddressFactory addressFactory, javax.sip.message.MessageFactory messageFactory, javax.sip.header.HeaderFactory headerFactory, javax.sip.SipProvider sipProvider, SipResourceAdaptor sipResourceAdaptor)
           
 
Method Summary
 javax.sip.address.AddressFactory getAddressFactory()
           
 javax.sip.header.HeaderFactory getHeaderFactory()
           
 java.lang.String getHostAddress()
           
 int getHostPort()
           
 javax.sip.message.MessageFactory getMessageFactory()
           
 javax.sip.SipProvider getSipProvider()
           
 java.lang.String[] getTransports()
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SipFactoryProvider

public SipFactoryProvider(javax.sip.address.AddressFactory addressFactory,
                          javax.sip.message.MessageFactory messageFactory,
                          javax.sip.header.HeaderFactory headerFactory,
                          javax.sip.SipProvider sipProvider,
                          SipResourceAdaptor sipResourceAdaptor)
Method Detail

release

public void release()

getAddressFactory

public javax.sip.address.AddressFactory getAddressFactory()
Specified by:
getAddressFactory in interface org.mobicents.slee.resource.sip.SipResourceAdaptorSbbInterface
Returns:
Returns the addressFactory.

getHeaderFactory

public javax.sip.header.HeaderFactory getHeaderFactory()
Specified by:
getHeaderFactory in interface org.mobicents.slee.resource.sip.SipResourceAdaptorSbbInterface
Returns:
Returns the headerFactory.

getMessageFactory

public javax.sip.message.MessageFactory getMessageFactory()
Specified by:
getMessageFactory in interface org.mobicents.slee.resource.sip.SipResourceAdaptorSbbInterface
Returns:
Returns the messageFactory.

getSipProvider

public javax.sip.SipProvider getSipProvider()
Specified by:
getSipProvider in interface org.mobicents.slee.resource.sip.SipResourceAdaptorSbbInterface
Returns:
Returns the sipProvider.

getHostAddress

public java.lang.String getHostAddress()
Specified by:
getHostAddress in interface org.mobicents.slee.resource.sip.SipResourceAdaptorSbbInterface
Returns:
ip address to which ra has bound its sip stack

getHostPort

public int getHostPort()
Specified by:
getHostPort in interface org.mobicents.slee.resource.sip.SipResourceAdaptorSbbInterface

getTransports

public java.lang.String[] getTransports()
Specified by:
getTransports in interface org.mobicents.slee.resource.sip.SipResourceAdaptorSbbInterface


Copyright © 2008. All Rights Reserved.