Package org.apache.juddi.datatype.business

Examples of org.apache.juddi.datatype.business.BusinessEntity.addBusinessService()


     
      // generate a BusinessEntity
      BusinessEntity businessEntity = new BusinessEntity();
      businessEntity.setBusinessKey(null);
      businessEntity.addName(new Name("Sun Microsystems"));
      businessEntity.addBusinessService(businessService);
      businessEntity.addCategory(new KeyedReference("version","production"));
      businessEntity.addCategory(new KeyedReference(TModel.OPERATORS_TMODEL_KEY,"frequency","hourly"));
      businessEntity.addCategory(new KeyedReference(TModel.GENERAL_KEYWORDS_TMODEL_KEY,"version","production"));
      businessEntity.addCategory(new KeyedReference("","",""));
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.