|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistrarServletToJava
Interface defining how RegistrarServlet
calls out to its environment.
Method Summary | |
---|---|
void |
addBinding(java.lang.String addressOfRecord,
Binding binding)
Store an Address-of-record to contact address binding. |
Binding |
getBinding(java.lang.String addressOfRecord)
Obtain contact address from Address of Record based on previously received REGISTER requests. |
void |
removeBinding(java.lang.String addressOfRecord)
Remove the binding for an address-of-record if such a binding exists, otherwise do nothing. |
Method Detail |
---|
Binding getBinding(java.lang.String addressOfRecord)
addressOfRecord
- A string which contains the address of record
void addBinding(java.lang.String addressOfRecord, Binding binding)
addressOfRecord
- A string which contains the address of recordcontactAddress
- A string which contains the contact addressvoid removeBinding(java.lang.String addressOfRecord)
addressOfRecord
- A string which contains the address of record
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |