org.apache.xmlrpc.test
Class CustomTypesTest.DateConverter

java.lang.Object
  extended by org.apache.xmlrpc.test.CustomTypesTest.DateConverter
Enclosing class:
CustomTypesTest

public static class CustomTypesTest.DateConverter
extends java.lang.Object

Sample date converter


Constructor Summary
CustomTypesTest.DateConverter()
           
 
Method Summary
 java.util.Date tomorrow(java.util.Date pDate)
          Adds one day to the given date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomTypesTest.DateConverter

public CustomTypesTest.DateConverter()
Method Detail

tomorrow

public java.util.Date tomorrow(java.util.Date pDate)
Adds one day to the given date.