|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceDescriptorContract
A service descriptor includes a serialized XML representation of the
ServiceConfiguration
for the service.
It's expected that a client of this service which needs this information
will materialize this value when it's needed to obtain additional
information about the configuration information for the service. The
process for materializing the information can be dependent upon the
type of the ServiceInfo
which contains this descriptor.
The separation of this descriptor information from the main
ServiceInfo
allows for clients of the registry to only load the
basic information about the services in the registry, and then pull in the
full descriptor for the services they actually need to invoke and work with.
Method Summary | |
---|---|
String |
getDescriptor()
Returns an XML value which can be used to materialize the ServiceConfiguration
for the service. |
String |
getId()
Returns the id of this service descriptor. |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Method Detail |
---|
String getId()
String getDescriptor()
ServiceConfiguration
for the service.
ServiceConfiguration
for the service,
should never return a null or blank value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |