com.sun.ejb.containers
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceInvocationHandler
public WebServiceInvocationHandler(Class ejbClass,
WebServiceEndpoint endpoint,
Class serviceEndpointIntfClass,
EjbContainerUtil contUtil,
Map invocationInfoMap)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
Copyright © 2012 GlassFish Community. All Rights Reserved.