public class CompositeValueInvocationHandler extends Object implements InvocationHandler, Serializable
Constructor and Description |
---|
CompositeValueInvocationHandler(CompositeValue compositeValue)
Create a new CompositeValueInvocationHandler.
|
Modifier and Type | Method and Description |
---|---|
static String |
getCompositeDataKey(Method method)
Get the key for a composite data getter method
|
CompositeValue |
getCompositeValue()
Get the compositeData.
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public CompositeValueInvocationHandler(CompositeValue compositeValue)
compositeValue
- the composite valuepublic CompositeValue getCompositeValue()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.