org.glassfish.api.invocation
Interface RegisteredComponentInvocationHandler


@Contract
public interface RegisteredComponentInvocationHandler

This class is an alternative to ComponentInvocationHandler. This could be implemented by classes that are to be loaded independently of the web container.


Method Summary
 ComponentInvocationHandler getComponentInvocationHandler()
           
 void register()
           
 

Method Detail

getComponentInvocationHandler

ComponentInvocationHandler getComponentInvocationHandler()

register

void register()


Copyright © 2012 GlassFish Community. All Rights Reserved.