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

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

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

public interface MediaAuthorizationHeader
extends Header

The Media Authorization Header

Author:
Jose Miguel Freitas 23875

Field Summary
static String NAME
           
 
Method Summary
 String getToken()
           
 void setMediaAuthorizationToken(String token)
           
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, hashCode, toString
 

Field Detail

NAME

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

setMediaAuthorizationToken

public void setMediaAuthorizationToken(String token)
                                throws InvalidArgumentException
Throws:
InvalidArgumentException

getToken

public String getToken()

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.