org.mule.transport.cxf.employee
Class EmployeeDirectoryImpl

java.lang.Object
  extended by 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


Constructor Summary
EmployeeDirectoryImpl()
           
 
Method Summary
 void addEmployee(org.mule.example.employee.Employee employee)
           
 List<org.mule.example.employee.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<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.