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 XmlEmployeeService.getEmployee(int number)
           
 Employee EmployeeServiceInterface.getEmployee(int number)
           
 Employee XmlRmiEmployeeService.getEmployee(int number)
           
 

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