* @return ApplicationClient
*/
private JAXBElement<ApplicationClientType> getAppClientDeploymentPlan(IModule module) {
Trace.tracePoint("Enter", "DependencyHelper.getWebDeploymentPlan", module);
IVirtualComponent comp = GeronimoUtils.getVirtualComponent(module);
IFile file = GeronimoUtils.getApplicationClientDeploymentPlanFile(comp);
if (file.getName().equals(GeronimoUtils.APP_CLIENT_PLAN_NAME) && file.exists()) {
try {
Trace.tracePoint("Exit ", "DependencyHelper.getWebDeploymentPlan", JAXBUtils.unmarshalFilterDeploymentPlan(file));
return JAXBUtils.unmarshalFilterDeploymentPlan(file);