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, start
public 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 InvokerImpl
InvocationTargetException
IllegalAccessException
Copyright © 2021. All rights reserved.