org.apache.cxf.bus.spring
Class BusApplicationContextResourceResolver

java.lang.Object
  extended by org.apache.cxf.bus.spring.BusApplicationContextResourceResolver
All Implemented Interfaces:
ResourceResolver, org.springframework.context.ApplicationContextAware

public class BusApplicationContextResourceResolver
extends java.lang.Object
implements ResourceResolver, org.springframework.context.ApplicationContextAware


Constructor Summary
BusApplicationContextResourceResolver()
           
 
Method Summary
 java.io.InputStream getAsStream(java.lang.String name)
           
<T> T
resolve(java.lang.String resourceName, java.lang.Class<T> resourceType)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusApplicationContextResourceResolver

public BusApplicationContextResourceResolver()
Method Detail

getAsStream

public java.io.InputStream getAsStream(java.lang.String name)
Specified by:
getAsStream in interface ResourceResolver

resolve

public <T> T resolve(java.lang.String resourceName,
                     java.lang.Class<T> resourceType)
Specified by:
resolve in interface ResourceResolver

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Apache CXF