Package org.apache.ws.scout.uddi

Examples of org.apache.ws.scout.uddi.FindTModelDocument$Factory


   * @exception RegistryException;
   */
  public TModelList findTModel(String name, CategoryBag categoryBag,
      IdentifierBag identifierBag, FindQualifiers findQualifiers,
      int maxRows) throws RegistryException {
    FindTModelDocument doc = FindTModelDocument.Factory.newInstance();
    FindTModel request = doc.addNewFindTModel();

    Name n = Name.Factory.newInstance();

    if (name != null) {
      n.setStringValue(name);
View Full Code Here

TOP

Related Classes of org.apache.ws.scout.uddi.FindTModelDocument$Factory

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.