org.infoglue.deliver.util.webservices
Class XMLRPCHelper
java.lang.Object
org.infoglue.deliver.util.webservices.XMLRPCHelper
public class XMLRPCHelper
- extends java.lang.Object
- Author:
- Mattias Bogeblad
This class helps using the popular XML-RPC way of accessing data.
|
Constructor Summary |
XMLRPCHelper()
The constructor for this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLRPCHelper
public XMLRPCHelper()
- The constructor for this class.
makeCall
public void makeCall()
setParameters
public void setParameters(java.util.Vector parameters)
getParameters
public java.util.Vector getParameters()
getServiceUrl
public java.lang.String getServiceUrl()
setServiceUrl
public void setServiceUrl(java.lang.String serviceUrl)
getResult
public java.lang.Object getResult()
getErrorCode
public java.lang.String getErrorCode()
getErrorMessage
public java.lang.String getErrorMessage()
setErrorCode
public void setErrorCode(java.lang.String errorCode)
setErrorMessage
public void setErrorMessage(java.lang.String errorMessage)
getMethod
public java.lang.String getMethod()
setMethod
public void setMethod(java.lang.String method)
Copyright © 2005 InfoGlue.org All Rights Reserved.