Apache CXF API

org.apache.cxf.resource
Class PropertiesResolver

java.lang.Object
  extended by org.apache.cxf.resource.PropertiesResolver
All Implemented Interfaces:
ResourceResolver

public class PropertiesResolver
extends java.lang.Object
implements ResourceResolver


Constructor Summary
PropertiesResolver(java.util.Map<java.lang.String,java.lang.Object> p)
           
 
Method Summary
 java.io.InputStream getAsStream(java.lang.String name)
          Resolve a resource given its name and return an InputStream to it.
<T> T
resolve(java.lang.String resourceName, java.lang.Class<T> resourceType)
          Resolve a resource given its name and type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesResolver

public PropertiesResolver(java.util.Map<java.lang.String,java.lang.Object> p)
Method Detail

getAsStream

public java.io.InputStream getAsStream(java.lang.String name)
Description copied from interface: ResourceResolver
Resolve a resource given its name and return an InputStream to it.

Specified by:
getAsStream in interface ResourceResolver
Returns:
an InputStream for the resource or null if it could not be found.

resolve

public <T> T resolve(java.lang.String resourceName,
                     java.lang.Class<T> resourceType)
Description copied from interface: ResourceResolver
Resolve a resource given its name and type.

Specified by:
resolve in interface ResourceResolver
Parameters:
resourceName - name of the resource to resolve.
resourceType - type of the resource to resolve.
Returns:
an instance of the resource or null if the resource cannot be resolved.

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.