Hi,
I created web services using java in Netbeans IDE. In that i invoke
another web service using using following method call.
SOAPMessage reply=connection.call(message,destination1);
Now i want to apply aspect for this instruction. I tried with the
following instruction using AspectJ.
pointcut beforeexeaspect():execution(* * connection.call(..));
But it throws the error--Syntax error on token "connection", "("
expected..
Can anyone help me for how to give joinpoint for
connection.call(message,destination1);
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users