Package org.apache.juddi.proxy

Examples of org.apache.juddi.proxy.RegistryProxy.validateValues()


      tModel.setCategoryBag(categoryBag);
      tModel.setIdentifierBag(identifierBag);
      Vector tModelVector = new Vector();
      tModelVector.add(tModel);

      dispReport = registry.validateValues(businessVector,serviceVector,tModelVector);
    }
    catch (RegistryException regex)
    {
      dispReport = regex.getDispositionReport();
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.