org.infoglue.deliver.util.webservices
Class XMLRPCHelper

java.lang.Object
  extended by 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.
 
Method Summary
 java.lang.String getErrorCode()
           
 java.lang.String getErrorMessage()
           
 java.lang.String getMethod()
           
 java.util.Vector getParameters()
           
 java.lang.Object getResult()
           
 java.lang.String getServiceUrl()
           
 void makeCall()
           
 void setErrorCode(java.lang.String errorCode)
           
 void setErrorMessage(java.lang.String errorMessage)
           
 void setMethod(java.lang.String method)
           
 void setParameters(java.util.Vector parameters)
           
 void setServiceUrl(java.lang.String serviceUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLRPCHelper

public XMLRPCHelper()
The constructor for this class.

Method Detail

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.