Probably the most interesting thing to figure out with this plugin is how to read and edit pages from within a plugin....
[PageSoapService].java:
public RemotePage getPage(String spaceKey, String pageTitle) throws RemoteException
{
return new RemotePage(soapServiceHelper.retrievePage(spaceKey, pageTitle));
}
[SoapServiceHelper].java - Declares interface