Uses of Class
org.apache.empire.samples.cxf.wssample.common.Department

Packages that use Department
org.apache.empire.samples.cxf.wssample.client   
org.apache.empire.samples.cxf.wssample.common   
org.apache.empire.samples.cxf.wssample.server   
 

Uses of Department in org.apache.empire.samples.cxf.wssample.client
 

Methods in org.apache.empire.samples.cxf.wssample.client that return types with arguments of type Department
 java.util.List<Department> EmployeeServiceClient.getDepartments()
           
 

Uses of Department in org.apache.empire.samples.cxf.wssample.common
 

Methods in org.apache.empire.samples.cxf.wssample.common that return types with arguments of type Department
 java.util.List<Department> EmployeeService.getDepartments()
           
 

Uses of Department in org.apache.empire.samples.cxf.wssample.server
 

Methods in org.apache.empire.samples.cxf.wssample.server that return types with arguments of type Department
 java.util.List<Department> EmployeeServiceImpl.getDepartments()
           
 



Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.