public final class InjectionXmlConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI_0_1 |
| Modifier and Type | Method and Description |
|---|---|
static net.lecousin.framework.concurrent.synch.ISynchronizationPoint<Exception> |
configure(InjectionContext ctx,
net.lecousin.framework.io.IO.Readable xml)
Configure the given InjectionContext with the XML file.
|
static net.lecousin.framework.concurrent.synch.ISynchronizationPoint<Exception> |
configure(InjectionContext ctx,
String filename)
Configure the given InjectionContext with the XML file.
|
static void |
configureInjection(InjectionContext ctx,
net.lecousin.framework.xml.XMLStreamReader xml)
Configure the given context with the given XML which must be on an Injection element.
|
public static final String NAMESPACE_URI_0_1
public static net.lecousin.framework.concurrent.synch.ISynchronizationPoint<Exception> configure(InjectionContext ctx, String filename)
public static net.lecousin.framework.concurrent.synch.ISynchronizationPoint<Exception> configure(InjectionContext ctx, net.lecousin.framework.io.IO.Readable xml)
public static void configureInjection(InjectionContext ctx, net.lecousin.framework.xml.XMLStreamReader xml) throws Exception
ExceptionCopyright © 2018. All rights reserved.