|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lastbamboo.common.sip.proxy.LastBambooLocationService
public final class LastBambooLocationService
A location service for dealing with Last Bamboo SIP URIs.
| Constructor Summary | |
|---|---|
LastBambooLocationService(org.lastbamboo.common.sip.stack.util.UriUtils uriUtils)
Constructs a new location service. |
|
| Method Summary | |
|---|---|
boolean |
canHandle(URI requestUri)
Returns whether this location service can handle a request URI. |
Collection |
getTargetSet(URI requestUri)
Returns a target set (URIs) for a given request URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LastBambooLocationService(org.lastbamboo.common.sip.stack.util.UriUtils uriUtils)
uriUtils - URI utilities.idToProxies - The mapping from Last Bamboo SIP URIs to the SIP proxies with which
they are registered.| Method Detail |
|---|
public boolean canHandle(URI requestUri)
canHandle in interface LocationServicerequestUri - The request URI that this location service could potentially
handle.
public Collection getTargetSet(URI requestUri)
getTargetSet in interface LocationServicerequestUri - The request URI for which to return a target set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||