Java Method to return content ids or GUIDs from Folder Content ID

If I click on a folder using demand publishing the sys_contentid parameter is that of the folder I clicked on. Knowing the content ID of the folder, is there any way( in Java ) to get the list of content items directly under the that folder? I have looked all over the Javadocs to find suitable methods but I am at a lost. Can someone point me in the right direction or provide so very simple sample code that will accomplish this?

Look at IPSContentWs and the method findFolderChildren. The Rhythmyx API docs should help you out thereā€¦ (they should be located in [RX_ROOT]/Docs/Rhythmyx/Javadocs/index.html)