|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MgcpContentHandler
Receive notification of the logical content of a message.
| Method Summary | |
|---|---|
void |
header(java.lang.String header)
Receive notification of the header of a message. |
void |
param(java.lang.String name,
java.lang.String value)
Receive notification of the parameter of a message. |
void |
sessionDescription(java.lang.String sd)
Receive notification of the session description. |
| Method Detail |
|---|
void header(java.lang.String header)
throws java.text.ParseException
header - the header from the message.
java.text.ParseException
void param(java.lang.String name,
java.lang.String value)
throws java.text.ParseException
name - the name of the paremetervalue - the value of the parameter.
java.text.ParseException
void sessionDescription(java.lang.String sd)
throws java.text.ParseException
sd - the session description from message.
java.text.ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||