public class InvocationHandlerFactoryImpl extends Object implements InvocationHandlerFactory
Constructor and Description |
---|
InvocationHandlerFactoryImpl(PresentationManager pm,
PresentationManager.ClassData classData) |
Modifier and Type | Method and Description |
---|---|
InvocationHandler |
getInvocationHandler()
Get an InvocationHandler.
|
Class[] |
getProxyInterfaces()
Get the interfaces that InvocationHandler instances
produced by this InvocationHandlerFactory support.
|
public InvocationHandlerFactoryImpl(PresentationManager pm, PresentationManager.ClassData classData)
public InvocationHandler getInvocationHandler()
InvocationHandlerFactory
getInvocationHandler
in interface InvocationHandlerFactory
public Class[] getProxyInterfaces()
InvocationHandlerFactory
getProxyInterfaces
in interface InvocationHandlerFactory
Copyright © 2017 JBoss by Red Hat. All rights reserved.