Package org.apache.cxf.bus.spring
Class BusApplicationContextResourceResolver
java.lang.Object
org.apache.cxf.bus.spring.BusApplicationContextResourceResolver
- All Implemented Interfaces:
ResourceResolver
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class BusApplicationContextResourceResolver
extends Object
implements ResourceResolver, org.springframework.context.ApplicationContextAware
-
Constructor Summary
ConstructorDescriptionBusApplicationContextResourceResolver
(org.springframework.context.ApplicationContext c) -
Method Summary
Modifier and TypeMethodDescriptiongetAsStream
(String name) Resolve a resource given its name and return an InputStream to it.<T> T
Resolve a resource given its name and type.void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
BusApplicationContextResourceResolver
public BusApplicationContextResourceResolver() -
BusApplicationContextResourceResolver
public BusApplicationContextResourceResolver(org.springframework.context.ApplicationContext c)
-
-
Method Details
-
getAsStream
Description copied from interface:ResourceResolver
Resolve a resource given its name and return an InputStream to it.- Specified by:
getAsStream
in interfaceResourceResolver
- Parameters:
name
- name of the resource to resolve.- Returns:
- an InputStream for the resource or null if it could not be found.
-
resolve
Description copied from interface:ResourceResolver
Resolve a resource given its name and type.- Specified by:
resolve
in interfaceResourceResolver
- 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.
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-