Uses of Interface
org.ops4j.peaberry.builders.OutjectedServiceBuilder

Packages that use OutjectedServiceBuilder
org.ops4j.peaberry.builders Fluent APIs for importing and exporting dynamic services. 
org.ops4j.peaberry.internal Implementation of peaberry
 

Uses of OutjectedServiceBuilder in org.ops4j.peaberry.builders
 

Subinterfaces of OutjectedServiceBuilder in org.ops4j.peaberry.builders
 interface DecoratedServiceBuilder<T>
          See Peaberry for examples of the dynamic service builder API.
 interface InjectedServiceBuilder<T>
          See Peaberry for examples of the dynamic service builder API.
 interface QualifiedServiceBuilder<T>
          See Peaberry for examples of the dynamic service builder API.
 

Methods in org.ops4j.peaberry.builders that return OutjectedServiceBuilder
 OutjectedServiceBuilder<T> InjectedServiceBuilder.in(com.google.inject.Key<? extends ServiceRegistry> key)
          Inject the dynamic service from a specific registry.
 OutjectedServiceBuilder<T> InjectedServiceBuilder.in(ServiceRegistry instance)
          Inject the dynamic service from a specific registry.
 

Uses of OutjectedServiceBuilder in org.ops4j.peaberry.internal
 

Classes in org.ops4j.peaberry.internal that implement OutjectedServiceBuilder
 class ServiceBuilderImpl<T>
          Default DecoratedServiceBuilder implementation.
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.