org.ow2.dragon.service.uddi.v2.impl
Class UDDITransferObjectAssembler
java.lang.Object
org.ow2.dragon.service.uddi.v2.impl.UDDITransferObjectAssembler
public class UDDITransferObjectAssembler
- extends java.lang.Object
- Author:
- ofabre - ebmwebsourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDDITransferObjectAssembler
public UDDITransferObjectAssembler(org.ow2.dragon.persistence.dao.UniversalUnifiedDAO universalUnifiedDAO)
toUDDIBusiness
public BusinessEntity toUDDIBusiness(org.ow2.dragon.persistence.bo.organization.OrganizationUnit dragonBusiness)
toDragonDiscoveryUrls
public java.util.List<org.ow2.dragon.persistence.bo.organization.DiscoveryUrl> toDragonDiscoveryUrls(DiscoveryURLs discoveryURLs)
toUDDIService
public BusinessService toUDDIService(org.ow2.dragon.persistence.bo.deployment.TechnicalService dragonService)
toUDDIBindingTemplate
public BindingTemplate toUDDIBindingTemplate(org.ow2.dragon.persistence.bo.deployment.Endpoint dragonEP)
toUDDITModel
public TModel toUDDITModel(org.ow2.dragon.persistence.bo.common.TModel dragonTModel)
toUDDIName
public Name toUDDIName(org.ow2.dragon.persistence.bo.common.Name dragonName)
setRequest
public void setRequest(javax.servlet.http.HttpServletRequest request)
toDragonCategoryBag
public org.ow2.dragon.persistence.bo.common.CategoryBag toDragonCategoryBag(CategoryBag categoryBag)
throws InvalidKeyPassedException
- Throws:
InvalidKeyPassedException
toDragonIdentifierBag
public java.util.List<org.ow2.dragon.persistence.bo.common.KeyedReference> toDragonIdentifierBag(IdentifierBag identifierBag)
throws InvalidKeyPassedException
- Throws:
InvalidKeyPassedException
toDragonName
public org.ow2.dragon.persistence.bo.common.Name toDragonName(Name name)
toUDDITModelInfos
public TModelInfos toUDDITModelInfos(java.util.List<org.ow2.dragon.persistence.bo.common.TModel> tmodels)
toUDDITModelInfo
public TModelInfo toUDDITModelInfo(org.ow2.dragon.persistence.bo.common.TModel tmodel)
toDragonNames
public java.util.List<org.ow2.dragon.persistence.bo.common.Name> toDragonNames(java.util.List<Name> name)
toUDDIServiceInfos
public ServiceInfos toUDDIServiceInfos(java.util.List<org.ow2.dragon.persistence.bo.deployment.TechnicalService> techServices)
toUDDIServiceInfo
public ServiceInfo toUDDIServiceInfo(org.ow2.dragon.persistence.bo.deployment.TechnicalService service)
toUDDIRelatedBusinessInfos
public RelatedBusinessInfos toUDDIRelatedBusinessInfos(java.util.List<org.ow2.dragon.persistence.bo.organization.OrganizationUnit> relatedOrgs)
toUDDIRelatedBusinessInfo
public RelatedBusinessInfo toUDDIRelatedBusinessInfo(org.ow2.dragon.persistence.bo.organization.OrganizationUnit org)
toUDDIBusinessInfos
public BusinessInfos toUDDIBusinessInfos(java.util.List<org.ow2.dragon.persistence.bo.organization.OrganizationUnit> orgs)
Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.