public class BusApplicationContextResourceResolver extends Object implements org.apache.cxf.resource.ResourceResolver, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
BusApplicationContextResourceResolver() |
BusApplicationContextResourceResolver(org.springframework.context.ApplicationContext c) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getAsStream(String name) |
<T> T |
resolve(String resourceName,
Class<T> resourceType) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public BusApplicationContextResourceResolver()
public BusApplicationContextResourceResolver(org.springframework.context.ApplicationContext c)
public InputStream getAsStream(String name)
getAsStream in interface org.apache.cxf.resource.ResourceResolverpublic <T> T resolve(String resourceName, Class<T> resourceType)
resolve in interface org.apache.cxf.resource.ResourceResolverpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionApache CXF