|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UAManager
Manager interface for UA.
| Method Summary | |
|---|---|
void |
deleteUAContext(Context context)
delete UAContext by Context. |
void |
deleteUAContext(java.lang.String key)
delete UAContext by key. |
UAContext |
getUAContext(Context context)
get UAContext by MessageContextImpl. |
UAContext |
getUAContext(java.lang.String key)
Get UAContext by key. |
UAInterpreter |
getUaInterpreter()
get UA Interpreter. |
void |
setUAContext(Context context,
UAContext uaContext)
set UAContext by Context. |
void |
setUAContext(java.lang.String key,
UAContext uaContext)
set UAContext by key. |
void |
setUaInterpreter(UAInterpreter uaInterpreter)
set UA Interpreter. |
| Methods inherited from interface org.siprop.v2.core.Manager |
|---|
doProcess, getBindingResolver, getRegisterResolver, getRouter, getServiceName, getUniKeyGenerator, send, setBindingResolver, setRegisterResolver, setRouter, setServiceName, setUniKeyGenerator, start, stop |
| Methods inherited from interface org.siprop.v2.core.Listener |
|---|
onReceive |
| Method Detail |
|---|
UAInterpreter getUaInterpreter()
void setUaInterpreter(UAInterpreter uaInterpreter)
uaInterpreter - UAContext getUAContext(Context context)
context -
UAContext getUAContext(java.lang.String key)
key -
void setUAContext(Context context,
UAContext uaContext)
context - uaContext -
void setUAContext(java.lang.String key,
UAContext uaContext)
key - uaContext - void deleteUAContext(Context context)
context - void deleteUAContext(java.lang.String key)
key -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||