|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.bus.spring.BusApplicationContextResourceResolver
public class BusApplicationContextResourceResolver
Constructor Summary | |
---|---|
BusApplicationContextResourceResolver()
|
Method Summary | ||
---|---|---|
java.io.InputStream |
getAsStream(java.lang.String name)
Resolve a resource given its name and return an InputStream to it. |
|
|
resolve(java.lang.String resourceName,
java.lang.Class<T> resourceType)
Resolve a resource given its name and type. |
|
void |
setApplicationContext(org.springframework.context.ApplicationContext arg0)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusApplicationContextResourceResolver()
Method Detail |
---|
public java.io.InputStream getAsStream(java.lang.String name)
ResourceResolver
getAsStream
in interface ResourceResolver
public <T> T resolve(java.lang.String resourceName, java.lang.Class<T> resourceType)
ResourceResolver
resolve
in interface ResourceResolver
resourceName
- name of the resource to resolve.resourceType
- type of the resource to resolve.
null
if the
resource cannot be resolved.public void setApplicationContext(org.springframework.context.ApplicationContext arg0) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |