public class SerializableBlobProxy extends Object implements InvocationHandler, Serializable
Blobs to add serializability.| Modifier and Type | Method and Description |
|---|---|
static Blob |
generateProxy(Blob blob)
Generates a SerializableBlob proxy wrapping the provided Blob object.
|
static ClassLoader |
getProxyClassLoader()
Determines the appropriate class loader to which the generated proxy
should be scoped.
|
Blob |
getWrappedBlob()
Access to the wrapped Blob reference
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public Blob getWrappedBlob()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic static Blob generateProxy(Blob blob)
blob - The Blob to wrap.public static ClassLoader getProxyClassLoader()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.