de.dfki.util.xmlrpc.conversion
Class NoParameterBoundConverter

java.lang.Object
  extended by de.dfki.util.xmlrpc.conversion.NoParameterBoundConverter
All Implemented Interfaces:
Convertible<java.lang.Object>

public final class NoParameterBoundConverter
extends java.lang.Object
implements Convertible<java.lang.Object>

Class to serve as default value for XmlRpc.concrete().


Constructor Summary
NoParameterBoundConverter()
           
 
Method Summary
 java.lang.Object toXmlRpc()
          Transforms the parameter into it's XML-RPC representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoParameterBoundConverter

public NoParameterBoundConverter()
Method Detail

toXmlRpc

public java.lang.Object toXmlRpc()
Description copied from interface: Convertible
Transforms the parameter into it's XML-RPC representation.

Specified by:
toXmlRpc in interface Convertible<java.lang.Object>
Returns:
A XML-RPC compliant representation.


Copyright © 2012. All Rights Reserved.