org.apache.xmlrpc.test
Class JiraTest.XMLRPC89HandlerImpl

java.lang.Object
  extended by org.apache.xmlrpc.test.JiraTest.XMLRPC89HandlerImpl
All Implemented Interfaces:
JiraTest.XMLRPC89Handler
Enclosing class:
JiraTest

public static class JiraTest.XMLRPC89HandlerImpl
extends java.lang.Object
implements JiraTest.XMLRPC89Handler

Handler for JiraTest.testXMLRPC89()


Constructor Summary
JiraTest.XMLRPC89HandlerImpl()
           
 
Method Summary
 java.util.Properties doubledPropertyValues(java.util.Properties pProperties)
          Returns the same properties, but doubles the values.
 java.util.Hashtable doubledValues(java.util.Hashtable pMap)
          Returns the same hashtable, but doubles the values.
 java.util.Vector reverse(java.util.Vector pVector)
          Returns the reversed vector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraTest.XMLRPC89HandlerImpl

public JiraTest.XMLRPC89HandlerImpl()
Method Detail

reverse

public java.util.Vector reverse(java.util.Vector pVector)
Description copied from interface: JiraTest.XMLRPC89Handler
Returns the reversed vector.

Specified by:
reverse in interface JiraTest.XMLRPC89Handler

doubledValues

public java.util.Hashtable doubledValues(java.util.Hashtable pMap)
Description copied from interface: JiraTest.XMLRPC89Handler
Returns the same hashtable, but doubles the values.

Specified by:
doubledValues in interface JiraTest.XMLRPC89Handler

doubledPropertyValues

public java.util.Properties doubledPropertyValues(java.util.Properties pProperties)
Description copied from interface: JiraTest.XMLRPC89Handler
Returns the same properties, but doubles the values.

Specified by:
doubledPropertyValues in interface JiraTest.XMLRPC89Handler


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.