|
||||||||||
| 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(String header)
Receive notification of the header of a message. |
void |
param(String name,
String value)
Receive notification of the parameter of a message. |
void |
sessionDescription(String sd)
Receive notification of the session description. |
| Method Detail |
|---|
void header(String header)
throws ParseException
header - the header from the message.
ParseException
void param(String name,
String value)
throws ParseException
name - the name of the paremetervalue - the value of the parameter.
ParseException
void sessionDescription(String sd)
throws ParseException
sd - the session description from message.
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||