public interface  org.glassfish.api.invocation.RegisteredComponentInvocationHandler extends java.lang.Object
{
public abstract org.glassfish.api.invocation.ComponentInvocationHandler getComponentInvocationHandler();
public abstract void register();
}