|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceURL | |
---|---|
org.livetribe.slp | |
org.livetribe.slp.spi.msg |
Uses of ServiceURL in org.livetribe.slp |
---|
Methods in org.livetribe.slp that return ServiceURL | |
---|---|
ServiceURL |
ServiceInfo.getServiceURL()
Returns the ServiceURL of this ServiceInfo . |
ServiceURL |
ServiceInfo.Key.getServiceURL()
Returns the ServiceURL of this key. |
Methods in org.livetribe.slp with parameters of type ServiceURL | |
---|---|
protected ServiceInfo |
ServiceInfo.clone(ServiceType serviceType,
ServiceURL serviceURL,
Scopes scopes,
Attributes attributes,
String language)
Returns a new clone of this ServiceInfo with the given arguments. |
Constructors in org.livetribe.slp with parameters of type ServiceURL | |
---|---|
ServiceInfo.Key(ServiceURL serviceURL,
String language)
Creates a new Key object. |
|
ServiceInfo(ServiceType serviceType,
ServiceURL serviceURL,
Scopes scopes,
Attributes attributes,
String language)
Creates a ServiceInfo from the given arguments; the ServiceInfo.ServiceInfo(ServiceURL, Scopes, Attributes, String)
constructor should be preferred to this one, as it does not introduce ambiguity between the
ServiceType argument and the ServiceType of the ServiceURL argument. |
|
ServiceInfo(ServiceURL serviceURL,
Scopes scopes,
Attributes attributes,
String language)
Creates a ServiceInfo from a the given arguments. |
Uses of ServiceURL in org.livetribe.slp.spi.msg |
---|
Methods in org.livetribe.slp.spi.msg that return ServiceURL | |
---|---|
ServiceURL |
URLEntry.toServiceURL()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |