org.ow2.easybeans.api.bean.proxy
Interface EasyBeansNoInterfaceProxyBean


public interface EasyBeansNoInterfaceProxyBean

Defines the No interface proxy bean interface.

Author:
Florent Benoit

Method Summary
 InvocationHandler getInvocationHandler()
           
 void setInvocationHandler(InvocationHandler invocationHandler)
          Defines invocation handler.
 

Method Detail

getInvocationHandler

InvocationHandler getInvocationHandler()
Returns:
invocation handler

setInvocationHandler

void setInvocationHandler(InvocationHandler invocationHandler)
Defines invocation handler.

Parameters:
invocationHandler - the given handler


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.