NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.header.ims
Interface PAssertedServiceHeader

All Superinterfaces:
Cloneable, Header, Serializable
All Known Implementing Classes:
PAssertedService

public interface PAssertedServiceHeader
extends Header

Author:
aayush.bhatnagar Rancore Technologies Pvt Ltd, Mumbai India. The ABNF for this header is all follows: PAssertedService = "P-Asserted-Service" HCOLON PAssertedService-value PAssertedService-value = Service-ID *(COMMA Service-ID) where, Service-ID = "urn:urn-7:" urn-service-id urn-service-id = top-level *("." sub-service-id) top-level = let-dig [ *26let-dig ] sub-service-id = let-dig [ *let-dig ] let-dig = ALPHA / DIGIT / "-" Egs: P-Asserted-Service: urn:urn-7:3gpp-service.exampletelephony.version1 P-Asserted-Service: urn:urn-7:3gpp-application.exampletelephony.version1

Field Summary
static String NAME
           
 
Method Summary
 String getApplicationIdentifiers()
           
 String getSubserviceIdentifiers()
           
 void setApplicationIdentifiers(String appids)
           
 void setSubserviceIdentifiers(String subservices)
           
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, hashCode, toString
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values
Method Detail

setSubserviceIdentifiers

void setSubserviceIdentifiers(String subservices)

getSubserviceIdentifiers

String getSubserviceIdentifiers()

setApplicationIdentifiers

void setApplicationIdentifiers(String appids)

getApplicationIdentifiers

String getApplicationIdentifiers()

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.