Exemple #1
0
 public <T> void invokeAsyncProvider(
     Packet p, T arg, AsyncProviderCallback cbak, WebServiceContext ctxt)
     throws IllegalAccessException, InvocationTargetException {
   if (jaxwsDirect) core.invokeAsyncProvider(p, arg, cbak, ctxt);
   if (this.invokeObject != null) {
     asyncInvokeMethod.invoke(this.invokeObject, arg);
   }
 }