public class ProxyUtils
extends java.lang.Object
Proxy instance.| Modifier and Type | Method and Description |
|---|---|
static void |
invokeProxied(ProxiedAction action,
java.lang.ClassLoader classLoader)
Runs a
ProxiedAction within a Proxy instance. |
public static void invokeProxied(ProxiedAction action, java.lang.ClassLoader classLoader) throws java.lang.Exception
ProxiedAction within a Proxy instance. See the following issues for information
around its primary use case.
https://issues.jboss.org/browse/ENTESB-7117
https://github.com/wildfly-extras/wildfly-camel/issues/1919action - A ProxiedAction instance to invoke within a Proxy instanceclassLoader - The ClassLoader used to create the Proxy instancejava.lang.ExceptionCopyright © 2020. All rights reserved.