|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfki.util.xmlrpc.conversion.NoSeparateParameterConverter
public final class NoSeparateParameterConverter
Class to serve as default value for XmlRpc.converter()
.
Constructor Summary | |
---|---|
NoSeparateParameterConverter()
|
Method Summary | |
---|---|
java.lang.Object |
createFrom(java.lang.Object xmlRepresentation)
Creates an instance of parameter type T. |
XmlRpc.Type |
getXmlRpcRepresentationType()
|
java.lang.Object |
toXmlRpc(java.lang.Object param)
Transforms a 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 |
---|
public NoSeparateParameterConverter()
Method Detail |
---|
public java.lang.Object createFrom(java.lang.Object xmlRepresentation)
ParameterConverter
createFrom
in interface ParameterConverter<java.lang.Object,java.lang.Object>
xmlRepresentation
- The structure transfered via XML-RPC.
null
.public XmlRpc.Type getXmlRpcRepresentationType()
getXmlRpcRepresentationType
in interface ParameterConverter<java.lang.Object,java.lang.Object>
public java.lang.Object toXmlRpc(java.lang.Object param)
ParameterConverter
toXmlRpc
in interface ParameterConverter<java.lang.Object,java.lang.Object>
param
- The parameter to convert. May be null
.
null
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |