org.apache.openejb.assembler.classic.util
Class ServiceInfos

java.lang.Object
  extended by org.apache.openejb.assembler.classic.util.ServiceInfos

public final class ServiceInfos
extends Object


Method Summary
static Object build(Collection<ServiceInfo> services, ServiceInfo info, org.apache.xbean.recipe.ObjectRecipe serviceRecipe)
           
static ServiceInfo find(Collection<ServiceInfo> services, String id)
           
static ServiceInfo findByClass(Collection<ServiceInfo> services, String clazz)
           
static Object resolve(Collection<ServiceInfo> services, String id)
           
static List<Object> resolve(Collection<ServiceInfo> serviceInfos, String[] ids)
           
static Properties serviceProperties(Collection<ServiceInfo> serviceInfos, String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolve

public static Object resolve(Collection<ServiceInfo> services,
                             String id)

find

public static ServiceInfo find(Collection<ServiceInfo> services,
                               String id)

findByClass

public static ServiceInfo findByClass(Collection<ServiceInfo> services,
                                      String clazz)

resolve

public static List<Object> resolve(Collection<ServiceInfo> serviceInfos,
                                   String[] ids)

serviceProperties

public static Properties serviceProperties(Collection<ServiceInfo> serviceInfos,
                                           String id)

build

public static Object build(Collection<ServiceInfo> services,
                           ServiceInfo info,
                           org.apache.xbean.recipe.ObjectRecipe serviceRecipe)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.