Package com.sun.enterprise.tools.common.dd

Examples of com.sun.enterprise.tools.common.dd.WebserviceDescription


      }
    }
    // Validating property webserviceDescription
    for (int _index = 0; _index < sizeWebserviceDescription();
      ++_index) {
      WebserviceDescription element = getWebserviceDescription(_index);
      if (element != null) {
        element.validate();
      }
    }
  }
View Full Code Here


      }
    }
    // Validating property webserviceDescription
    for (int _index = 0; _index < sizeWebserviceDescription();
      ++_index) {
      WebserviceDescription element = getWebserviceDescription(_index);
      if (element != null) {
        element.validate();
      }
    }
  }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.tools.common.dd.WebserviceDescription

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.