[root]/groovy/modules/xmlrpc/src/main/uk/co/wilson/net/xmlrpc
support arrays of primative types too
87 lines of code changed in:
Add support for BigInteger and Long
4 lines of code changed in:
Support arraus of objects (String, Integer, etc)
also fix problem with Character parameters
18 lines of code changed in:
Tidy up prior to adding array support
1 lines of code changed in:
Minor refactor in response to som Finfbugs warnings
1 lines of code changed in:
Remove last reference to grrovy.lang from the uk.co.wilson.* packages
This will help integration with the Smack libraries
This mechanism will change
in the future but it's quite a big refactor
3 lines of code changed in:
Tidy the licences up
30 lines of code changed in:
Tidy up the processing of Jabber-RPC messages
13 lines of code changed in:
Auomate the serialisation of subclasses of supported data types
20 lines of code changed in:
Remove a couple of redundant imports
0 lines of code changed in:
Refactor to tidy up the generation of calls, results and faults
57 lines of code changed in:
Refactor in preperation for adding a Jabber transport component in addition to the existing HTTP transport
3 lines of code changed in:
Deal with exceptions thrown in the middle of returning a fault response
12 lines of code changed in:
Reduce XMLMessageProcessor's dependancy on Groovy stuff
101 lines of code changed in:
Tidy up exception handling
2 lines of code changed in:
Throw only one type of exception for remote call failure
Now you only get XMLRPCCallFailureException or IOException
22 lines of code changed in:
Tidy up the exception throwing when the remote call fails
There is now a specific excption to catch for this case
11 lines of code changed in:
Catch null values and produced a proper error message
10 lines of code changed in:
Allow GStrings to be struct member names
1 lines of code changed in:
Cnahe the BigInteger to BigDecimal - typo in last patch
2 lines of code changed in:
(7 more)