FileDocCategorySizeDatePackage
CompositeInvocationHandler.javaAPI DocJava SE 5 API574Fri Aug 26 14:54:40 BST 2005com.sun.corba.se.spi.orbutil.proxy

CompositeInvocationHandler

public interface CompositeInvocationHandler implements Serializable, InvocationHandler

Fields Summary
Constructors Summary
Methods Summary
public voidaddInvocationHandler(java.lang.Class interf, java.lang.reflect.InvocationHandler handler)
Add an invocation handler for all methods on interface interf.

public voidsetDefaultHandler(java.lang.reflect.InvocationHandler handler)
Set the default invocation handler to use if none of the invocation handlers added by calls to addInvocationHandler apply.