|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlRpc.Type | |
---|---|
de.dfki.util.xmlrpc | |
de.dfki.util.xmlrpc.common | |
de.dfki.util.xmlrpc.conversion | |
de.dfki.util.xmlrpc.converters |
Uses of XmlRpc.Type in de.dfki.util.xmlrpc |
---|
Methods in de.dfki.util.xmlrpc that return XmlRpc.Type | |
---|---|
static XmlRpc.Type |
XmlRpc.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XmlRpc.Type[] |
XmlRpc.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of XmlRpc.Type in de.dfki.util.xmlrpc.common |
---|
Fields in de.dfki.util.xmlrpc.common declared as XmlRpc.Type | |
---|---|
static XmlRpc.Type[] |
MethodSignature.NO_PARAMS
|
static XmlRpc.Type |
MethodSignature.NO_RETURN
|
Methods in de.dfki.util.xmlrpc.common that return XmlRpc.Type | |
---|---|
XmlRpc.Type |
ApiParameter.getXmlRpcType()
|
Methods in de.dfki.util.xmlrpc.common with parameters of type XmlRpc.Type | |
---|---|
static void |
ApiParameter.checkParameterConverter(java.lang.Class<? extends ParameterConverter<?,?>> cls,
XmlRpc.Type xmlRpcType)
|
static ApiParameter |
ApiParameter.createCallParameterFrom(XmlRpc.Type xmlRpcType)
|
static ApiParameter |
ApiParameter.createReturnParameterFrom(XmlRpc.Type xmlRpcType)
|
protected ApiParameter[] |
MethodSignature.getParametersFromXmlRpcTypes(XmlRpc.Type[] types)
Deprecated. |
void |
ApiParameter.setXmlRpcType(XmlRpc.Type xmlRpcType)
|
static java.lang.Class<? extends Convertible<?>> |
ApiParameter.validateConvertibleClass(java.lang.Class<?> cls,
XmlRpc.Type xmlRpcType)
Checks if a class fulfills the requirements of a convertible object. |
Constructors in de.dfki.util.xmlrpc.common with parameters of type XmlRpc.Type | |
---|---|
MethodSignature(java.lang.String name,
XmlRpc.Type paramType)
Deprecated. |
|
MethodSignature(java.lang.String name,
XmlRpc.Type[] paramTypes)
Deprecated. |
|
MethodSignature(java.lang.String name,
XmlRpc.Type[] paramTypes,
XmlRpc.Type returnType)
Deprecated. |
|
MethodSignature(java.lang.String name,
XmlRpc.Type[] paramTypes,
XmlRpc.Type returnType)
Deprecated. |
|
MethodSignature(java.lang.String name,
XmlRpc.Type paramType,
XmlRpc.Type returnType)
Deprecated. |
Uses of XmlRpc.Type in de.dfki.util.xmlrpc.conversion |
---|
Methods in de.dfki.util.xmlrpc.conversion that return XmlRpc.Type | |
---|---|
XmlRpc.Type |
StandardXmlRpcTypeConverter.convertToXmlRpcRepresentationClass(java.lang.Class<?> userRepClass)
|
XmlRpc.Type |
XmlRpcBeanConverter.getXmlRpcRepresentationType()
|
XmlRpc.Type |
NoSeparateParameterConverter.getXmlRpcRepresentationType()
|
XmlRpc.Type |
ParameterConverter.getXmlRpcRepresentationType()
|
static XmlRpc.Type |
StandardXmlRpcTypeConverter.mapJavaTypeToXmlRpcType(java.lang.Class<?> cls)
Maps a java class to an XML-RPC type. |
Methods in de.dfki.util.xmlrpc.conversion with parameters of type XmlRpc.Type | |
---|---|
boolean |
StandardXmlRpcTypeConverter.areCompatible(XmlRpc.Type t,
java.lang.Object o)
Checks, if an instance o is compliant with XML-RPC type t . |
boolean |
TypeConverter.areCompatible(XmlRpc.Type xmlRpcType,
java.lang.Object instance)
Checks, whether an instance is compliant to a specific XML-RPC type. |
protected java.lang.Object |
EnhancedTypeConverter.convertToUserRepWithConvertable(java.lang.Object parameterValueInXmlRpcRep,
XmlRpc.Type xmlRpcType,
java.lang.Class<? extends Convertible<?>> convertableCls)
|
static java.lang.reflect.Constructor<?> |
ConversionUtils.findConvertableConstructor(java.lang.Class<?> convertable,
XmlRpc.Type xmlRpcType)
|
static java.lang.reflect.Constructor<?> |
ConversionUtils.findConvertableConstructor(java.lang.Class<?> convertable,
XmlRpc.Type xmlRpcType,
java.lang.Class<?> xmlRpcRepClass)
|
Uses of XmlRpc.Type in de.dfki.util.xmlrpc.converters |
---|
Methods in de.dfki.util.xmlrpc.converters that return XmlRpc.Type | |
---|---|
XmlRpc.Type |
EnumConverter.getXmlRpcRepresentationType()
|
XmlRpc.Type |
FileConverter.getXmlRpcRepresentationType()
|
XmlRpc.Type |
ClassConverter.getXmlRpcRepresentationType()
|
XmlRpc.Type |
URLConverter.getXmlRpcRepresentationType()
Converter uses XML-RPC type as XML-RPC representation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |