Uses of Class
marquee.xmlrpc.objectcomm.example.Employee

Packages that use Employee
marquee.xmlrpc.objectcomm.example   
 

Uses of Employee in marquee.xmlrpc.objectcomm.example
 

Methods in marquee.xmlrpc.objectcomm.example that return Employee
 Employee EmployeeServiceInterface.getEmployee(int number)
           
 Employee XmlEmployeeService.getEmployee(int number)
           
 Employee XmlRmiEmployeeService.getEmployee(int number)
           
 

Methods in marquee.xmlrpc.objectcomm.example with parameters of type Employee
 void EmployeeServiceInterface.storeEmployee(Employee emp)
           
 void XmlEmployeeService.storeEmployee(Employee emp)
           
 void XmlRmiEmployeeService.storeEmployee(Employee emp)