|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lastbamboo.common.sip.proxy.LocationServiceChain
public final class LocationServiceChain
A chain of location services, any one of which might handle a particular URI.
| Constructor Summary | |
|---|---|
LocationServiceChain(Collection services)
Constructs a new location service chain. |
|
| 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 LocationServiceChain(Collection services)
| 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 | |||||||||