* Constructs a ServiceBean.
*
*/
public ServiceBean() throws Exception{
super();
infoUtils = new ServiceUtils();
methodBean = new MethodBean();
applicationUtils = new ApplicationUtils();
if(super.getContext() != null){
if(super.getContext().getRegService() != null){
applicationList(super.getContext().getRegService());