Package org.apache.juddi.proxy

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


      tModelIn.addCategory(new KeyedReference("uuid:C1ACF26D-9672-4404-9D70-39B756E62AB4","types","checked"));

      Vector tModelVector = new Vector();
      tModelVector.add(tModelIn);

      TModelDetail detail = registry.saveTModel(authInfo,tModelVector);
      TModel tModelOut = null;
      if (detail.getTModelVector().size() > 0)
        tModelOut = (TModel)detail.getTModelVector().elementAt(0);

      System.out.println("TModel Key: "+tModelOut.getTModelKey());
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.