org.mobicents.slee.services.sip.common
Interface RegistrationBinding

All Known Implementing Classes:
RegistrationBindingImpl

public interface RegistrationBinding


Method Summary
 java.lang.String getCallId()
           
 java.lang.String getComment()
           
 java.lang.String getContactAddress()
           
 javax.sip.header.ContactHeader getContactHeader(javax.sip.address.AddressFactory af, javax.sip.header.HeaderFactory hf)
           
 long getCSeq()
           
 long getExpiryAbsolute()
           
 int getExpiryDelta()
           
 float getQValue()
           
 

Method Detail

getExpiryAbsolute

long getExpiryAbsolute()

getExpiryDelta

int getExpiryDelta()

getContactAddress

java.lang.String getContactAddress()

getQValue

float getQValue()

getCallId

java.lang.String getCallId()

getCSeq

long getCSeq()

getComment

java.lang.String getComment()

getContactHeader

javax.sip.header.ContactHeader getContactHeader(javax.sip.address.AddressFactory af,
                                                javax.sip.header.HeaderFactory hf)


Copyright © 2008. All Rights Reserved.