public class EjbInvokerImpl extends InvokerImpl
core, injectedWSCtxt, invokeObject| Constructor and Description |
|---|
EjbInvokerImpl(Class endpointImpl,
com.sun.xml.ws.api.server.Invoker core,
Object inv,
WebServiceContextImpl w) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(com.sun.xml.ws.api.message.Packet p,
Method m,
Object... args)
Here is where we actually call the endpoint method
|
dispose, invokeAsyncProvider, invokeProvider, startpublic EjbInvokerImpl(Class endpointImpl, com.sun.xml.ws.api.server.Invoker core, Object inv, WebServiceContextImpl w)
public Object invoke(com.sun.xml.ws.api.message.Packet p, Method m, Object... args) throws InvocationTargetException, IllegalAccessException
invoke in class InvokerImplInvocationTargetExceptionIllegalAccessExceptionCopyright © 2017. All rights reserved.