Uses of Class
org.mule.example.employee.Employee

Packages that use Employee
org.mule.example.employee   
org.mule.module.cxf.employee   
 

Uses of Employee in org.mule.example.employee
 

Fields in org.mule.example.employee declared as Employee
protected  Employee AddEmployee.employee
           
 

Fields in org.mule.example.employee with type parameters of type Employee
protected  List<Employee> GetEmployeesResponse._return
           
 

Methods in org.mule.example.employee that return Employee
 Employee ObjectFactory.createEmployee()
          Create an instance of Employee
 Employee AddEmployee.getEmployee()
          Gets the value of the employee property.
 

Methods in org.mule.example.employee that return types with arguments of type Employee
 List<Employee> EmployeeDirectory.getEmployees()
           
 List<Employee> GetEmployeesResponse.getReturn()
          Gets the value of the return property.
 

Methods in org.mule.example.employee with parameters of type Employee
 void EmployeeDirectory.addEmployee(Employee employee)
           
 void AddEmployee.setEmployee(Employee value)
          Sets the value of the employee property.
 

Uses of Employee in org.mule.module.cxf.employee
 

Methods in org.mule.module.cxf.employee that return Employee
 Employee EmployeeMessageGenerator.submitEmployee()
           
 

Methods in org.mule.module.cxf.employee that return types with arguments of type Employee
 List<Employee> EmployeeDirectoryImpl.getEmployees()
           
 

Methods in org.mule.module.cxf.employee with parameters of type Employee
 void EmployeeDirectoryImpl.addEmployee(Employee employee)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.