|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Service
Represents a data access service and allows basic data access information to be factored out of dataset Access objects.
Method Summary | |
---|---|
Service |
findServiceByNameGlobally(String name)
|
URI |
getBaseUri()
Return the base URI for this Service, may not be null. |
String |
getDescription()
Returns a human-readable description of this Service. |
String |
getName()
Returns the name of this Service, may not be null. |
List<Property> |
getProperties()
Return the List of Property objects associated with this Service. |
Property |
getPropertyByName(String name)
|
Service |
getServiceByName(String name)
|
List<Service> |
getServices()
Return the List of Service Objects nested in this service. |
String |
getSuffix()
Return the suffix for this Service. |
ServiceType |
getType()
Return the ServiceType for this Service, may not be null. |
Method Detail |
---|
String getName()
String getDescription()
ServiceType getType()
URI getBaseUri()
String getSuffix()
List<Property> getProperties()
Property getPropertyByName(String name)
List<Service> getServices()
Service getServiceByName(String name)
Service findServiceByNameGlobally(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |