Package org.apache.juddi.proxy

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


      // generate a BusinessEntity Vector
      Vector businessVector = new Vector();
      businessVector.add(businessEntity);

      // execute the SaveBusiness request
      BusinessDetail detail = registry.saveBusiness(authInfo,businessVector);

      System.out.println("businesses saved = "+detail.getBusinessEntityVector().size());
    }
    catch (RegistryException regex)
    {
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.