public class ResourceProxy extends Object implements InvocationHandler
Resource
to a Spring
Resource
.Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static Resource |
proxy(org.springframework.core.io.Resource resource)
Creates a proxy that proxies calls to the OpenSAML
Resource interface to an implementation of a Spring
Resource interface. |
public static Resource proxy(org.springframework.core.io.Resource resource)
Resource
interface to an implementation of a Spring
Resource
interface.resource
- the target resource (Spring)Resource
interfaceCopyright © 2018 Litsec AB. All rights reserved.