contractProvider = ContractProviderLifecycleResource.getContractProvider(service.getCategory(), service.getName());
} catch (LifecycleResourceException lre) {
throw new ServletException(lre);
}
if (contractProvider != null) {
contractInfo = contractProvider.provideContract(service, endpointAddress);
}
}
}
}
return contractInfo;