org.mule.module.cxf.employee
Class EmployeeDirectoryImpl

java.lang.Object
  extended by org.mule.module.cxf.employee.EmployeeDirectoryImpl
All Implemented Interfaces:
EmployeeDirectory

public class EmployeeDirectoryImpl
extends Object
implements EmployeeDirectory


Constructor Summary
EmployeeDirectoryImpl()
           
 
Method Summary
 void addEmployee(Employee employee)
           
 List<Employee> getEmployees()
           
 int getInvocationCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmployeeDirectoryImpl

public EmployeeDirectoryImpl()
Method Detail

getEmployees

public List<Employee> getEmployees()
Specified by:
getEmployees in interface EmployeeDirectory

addEmployee

public void addEmployee(Employee employee)
Specified by:
addEmployee in interface EmployeeDirectory

getInvocationCount

public int getInvocationCount()


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