Service Element
Description
The service declares that the component is capable of providing a service matching the specification. A service is typically a Java interface implementated by the component type. The service may also be associated with a service version identifier.
Attributes
class | The required classname of the service (typically an interface). |
version | The optional service version. |