org.fabric3.java
Class JavaComponentTypeLoaderImpl
java.lang.Object
org.fabric3.java.JavaComponentTypeLoaderImpl
- All Implemented Interfaces:
- JavaComponentTypeLoader
public class JavaComponentTypeLoaderImpl
- extends Object
- implements JavaComponentTypeLoader
- Version:
- $Rev: 1382 $ $Date: 2007-09-23 21:08:40 +0100 (Sun, 23 Sep 2007) $
|
Method Summary |
void |
load(JavaImplementation implementation,
org.fabric3.spi.loader.LoaderContext loaderContext)
|
protected org.fabric3.pojo.scdl.PojoComponentType |
loadByIntrospection(JavaImplementation implementation,
org.fabric3.spi.loader.LoaderContext context)
|
protected org.fabric3.pojo.scdl.PojoComponentType |
loadFromSidefile(URL url,
org.fabric3.spi.loader.LoaderContext loaderContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaComponentTypeLoaderImpl
public JavaComponentTypeLoaderImpl(org.fabric3.pojo.processor.IntrospectionRegistry introspector)
load
public void load(JavaImplementation implementation,
org.fabric3.spi.loader.LoaderContext loaderContext)
throws org.fabric3.spi.loader.LoaderException
- Specified by:
load in interface JavaComponentTypeLoader
- Throws:
org.fabric3.spi.loader.LoaderException
loadByIntrospection
protected org.fabric3.pojo.scdl.PojoComponentType loadByIntrospection(JavaImplementation implementation,
org.fabric3.spi.loader.LoaderContext context)
throws org.fabric3.pojo.processor.ProcessingException,
org.fabric3.spi.loader.MissingResourceException
- Throws:
org.fabric3.pojo.processor.ProcessingException
org.fabric3.spi.loader.MissingResourceException
loadFromSidefile
protected org.fabric3.pojo.scdl.PojoComponentType loadFromSidefile(URL url,
org.fabric3.spi.loader.LoaderContext loaderContext)
throws org.fabric3.spi.loader.LoaderException
- Throws:
org.fabric3.spi.loader.LoaderException
Copyright © 2007 Fabric3 project contributors. All Rights Reserved.
Licensed under the terms of the Apache License 2.0.