org.mule.transport.cxf.employee
Class EmployeeDirectoryImpl
java.lang.Object
org.mule.transport.cxf.employee.EmployeeDirectoryImpl
- All Implemented Interfaces:
- org.mule.example.employee.EmployeeDirectory
public class EmployeeDirectoryImpl
- extends Object
- implements org.mule.example.employee.EmployeeDirectory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmployeeDirectoryImpl
public EmployeeDirectoryImpl()
getEmployees
public List<org.mule.example.employee.Employee> getEmployees()
- Specified by:
getEmployees
in interface org.mule.example.employee.EmployeeDirectory
addEmployee
public void addEmployee(org.mule.example.employee.Employee employee)
- Specified by:
addEmployee
in interface org.mule.example.employee.EmployeeDirectory
getInvocationCount
public int getInvocationCount()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.