Calling a Plugin from JNICALL?

Does anyone have an example of calling a Cocos2dx Plugin after hitting a JNICALL?

I want to use the JNICALL as a callback from Java and trigger a call in my C++ file.