Class WebServiceInvocationHandler

java.lang.Object
com.sun.ejb.containers.EJBLocalRemoteObject
com.sun.ejb.containers.WebServiceInvocationHandler
All Implemented Interfaces:
InvocationHandler

public final class WebServiceInvocationHandler extends EJBLocalRemoteObject implements InvocationHandler
This is a proxy invocation handler for web service ejb invocations. A single instance of this invocation handler is used for all web service invocations to a particular ejb endpoint, so it must support concurrent use.
Author:
Kenneth Saks