Package edu.indiana.extreme.gfac.beanutils

Examples of edu.indiana.extreme.gfac.beanutils.ServiceUtils


   * 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());
View Full Code Here


   * @param globalContext
   * @throws Exception
   */
  public ServiceBean(ApplicationGlobalContext globalContext)throws Exception{
    super(globalContext);
    infoUtils = new ServiceUtils();
    methodBean = new MethodBean();
    applicationUtils = new ApplicationUtils();
    if(super.getContext().getRegService() != null){
      applicationList(super.getContext().getRegService());
    }else{
View Full Code Here

TOP

Related Classes of edu.indiana.extreme.gfac.beanutils.ServiceUtils

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.