Figured it out myself.
Looks like jbps is good a t casting stuff.
<java class="blah.blah" method="rockStar" name = "myPinky" var="v">
<arg><object expr ="#{myObj}"></arg>
</java>
myObj will get passed to the method parameter.
This also helps , it takes a bit to understand the notation