org.apache.openejb.assembler.classic.util
Class ServiceInfos
java.lang.Object
org.apache.openejb.assembler.classic.util.ServiceInfos
public final class ServiceInfos
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.