Uses of Interface
org.opengroupware.jogi.connect.xmlrpc.XmlRpcCaller

Packages that use XmlRpcCaller
org.opengroupware.jogi.connect.xmlrpc   
 

Uses of XmlRpcCaller in org.opengroupware.jogi.connect.xmlrpc
 

Classes in org.opengroupware.jogi.connect.xmlrpc that implement XmlRpcCaller
 class ApacheXmlRpcCaller
          This class is an Wrapper arround the Apache-XMLRPC library.
 class XmlRpcConnection
          The class that represents an XmlRpcConnection.
 

Fields in org.opengroupware.jogi.connect.xmlrpc declared as XmlRpcCaller
protected  XmlRpcCaller XmlRpcJobManager.caller_
           
protected  XmlRpcCaller XmlRpcResource.caller_
           
protected  XmlRpcCaller XmlRpcEnterprise.caller_
           
protected  XmlRpcCaller XmlRpcAppointment.xmlcaller_
           
protected  XmlRpcCaller XmlRpcAppointmentManager.xmlcaller
           
protected  XmlRpcCaller XmlRpcTeamManager.caller_
           
protected  XmlRpcCaller XmlRpcContactManager.xmlcaller_
           
protected  XmlRpcCaller XmlRpcAccount.caller_
           
protected  XmlRpcCaller XmlRpcJob.caller_
           
protected  XmlRpcCaller XmlRpcPerson.caller_
           
protected  XmlRpcCaller XmlRpcSystem.caller_
           
 

Methods in org.opengroupware.jogi.connect.xmlrpc that return XmlRpcCaller
 XmlRpcCaller XmlRpcConnection.getXmlRpcCaller()
           
 

Constructors in org.opengroupware.jogi.connect.xmlrpc with parameters of type XmlRpcCaller
XmlRpcResourceManager(XmlRpcCaller caller, OpenGroupWare ogo)
           
XmlRpcJobManager(XmlRpcCaller caller, OpenGroupWare ogo)
           
XmlRpcResource(XmlRpcCaller caller, java.util.Map contents)
           
XmlRpcAccountManager(XmlRpcCaller caller, OpenGroupWare ogo)
           
XmlRpcAccountManager(XmlRpcCaller caller)
           
XmlRpcAppointmentManager(XmlRpcCaller xmlcaller, OpenGroupWare ogo)
           
XmlRpcTeamManager(XmlRpcCaller caller, OpenGroupWare ogo)
           
XmlRpcProjectManager(XmlRpcCaller caller)
           
XmlRpcContactManager(XmlRpcCaller caller, OpenGroupWare ogo)
           
XmlRpcTeam(XmlRpcCaller caller, java.util.Map content)
           
XmlRpcConnection(XmlRpcCaller caller)
           
XmlRpcProject(XmlRpcCaller caller, java.util.Map contents)
           
XmlRpcAccount(XmlRpcCaller caller, java.lang.String login, java.lang.String id, OpenGroupWare ogo)
           
XmlRpcAccount(XmlRpcCaller caller, java.util.Map contents, OpenGroupWare ogo)
           
XmlRpcJob(java.util.Date startDate, java.util.Date endDate, java.lang.String name, XmlRpcCaller caller, OpenGroupWare ogo)
           
XmlRpcJob(XmlRpcCaller caller, java.util.Map content, OpenGroupWare ogo)
           
XmlRpcSystem(XmlRpcCaller caller)
           
 



Copyright © 2003 ogojogi Project, All Rights Reserved.