Uses of Interface
net.dpml.component.Service

Packages that use Service
net.dpml.component Interfaces defining the internal 'component' model. 
 

Uses of Service in net.dpml.component
 

Methods in net.dpml.component with parameters of type Service
 boolean Component.isaCandidate(Service service)
          Return true if this handler is a candidate for the supplied service definition.
 Provider Provider.lookup(Service service)
          Return a provider capable of supporting the requested service.