Apache CXF API

Package org.apache.cxf.resource

Interface Summary
ResourceManager Locates resources that are used at runtime.
ResourceResolver Resolves resource.
 

Class Summary
ClassLoaderResolver  
ClasspathResolver Resolve resources from the system class path.
DefaultResourceManager  
ExtendedURIResolver  
ObjectTypeResolver  
PropertiesResolver  
SinglePropertyResolver  
URIResolver Resolves a File, classpath resource, or URL according to the follow rules: Check to see if a file exists, relative to the base URI. If the file doesn't exist, check the classpath If the classpath doesn't exist, try to create URL from the URI.
 


Apache CXF API

Apache CXF