public class ScoutUddiJaxrHelper extends Object
Constructor and Description |
---|
ScoutUddiJaxrHelper() |
Modifier and Type | Method and Description |
---|---|
static Association |
getAssociation(Collection orgs,
LifeCycleManager lcm) |
static Collection |
getClassifications(CategoryBag categoryBag,
LifeCycleManager lifeCycleManager)
Classifications - going to assume all are external since UDDI does not use "Concepts".
|
static Concept |
getConcept(TModelDetail tModelDetail,
LifeCycleManager lifeCycleManager) |
static Concept |
getConcept(TModelInfo tModelInfo,
LifeCycleManager lifeCycleManager) |
static Concept |
getConcept(TModel tmodel,
LifeCycleManager lifeCycleManager) |
static Collection |
getExternalIdentifiers(IdentifierBag identifierBag,
LifeCycleManager lifeCycleManager)
External Identifiers
|
static Collection<ExternalLink> |
getExternalLinks(OverviewDoc overviewDoc,
LifeCycleManager lifeCycleManager) |
static InternationalString |
getIString(String str,
LifeCycleManager lifeCycleManager) |
static Organization |
getOrganization(BusinessDetail bizdetail,
LifeCycleManager lifeCycleManager) |
static Organization |
getOrganization(BusinessEntity businessEntity,
LifeCycleManager lifeCycleManager) |
static Service |
getService(BusinessService businessService,
LifeCycleManager lifeCycleManager) |
static Service |
getService(ServiceInfo serviceInfo,
LifeCycleManager lifeCycleManager) |
static ServiceBinding |
getServiceBinding(BindingTemplate businessTemplate,
LifeCycleManager lifeCycleManager) |
public static Association getAssociation(Collection orgs, LifeCycleManager lcm) throws JAXRException
JAXRException
public static Organization getOrganization(BusinessEntity businessEntity, LifeCycleManager lifeCycleManager) throws JAXRException
JAXRException
public static Organization getOrganization(BusinessDetail bizdetail, LifeCycleManager lifeCycleManager) throws JAXRException
JAXRException
public static InternationalString getIString(String str, LifeCycleManager lifeCycleManager) throws JAXRException
JAXRException
public static Service getService(BusinessService businessService, LifeCycleManager lifeCycleManager) throws JAXRException
JAXRException
public static Service getService(ServiceInfo serviceInfo, LifeCycleManager lifeCycleManager) throws JAXRException
JAXRException
public static ServiceBinding getServiceBinding(BindingTemplate businessTemplate, LifeCycleManager lifeCycleManager) throws JAXRException
JAXRException
public static Concept getConcept(TModelDetail tModelDetail, LifeCycleManager lifeCycleManager) throws JAXRException
JAXRException
public static Concept getConcept(TModel tmodel, LifeCycleManager lifeCycleManager) throws JAXRException
JAXRException
public static Concept getConcept(TModelInfo tModelInfo, LifeCycleManager lifeCycleManager) throws JAXRException
JAXRException
public static Collection getClassifications(CategoryBag categoryBag, LifeCycleManager lifeCycleManager) throws JAXRException
categoryBag
- categorieslifeCycleManager
- lifecycleManagerJAXRException
- on errorpublic static Collection<ExternalLink> getExternalLinks(OverviewDoc overviewDoc, LifeCycleManager lifeCycleManager) throws JAXRException
JAXRException
public static Collection getExternalIdentifiers(IdentifierBag identifierBag, LifeCycleManager lifeCycleManager) throws JAXRException
identifierBag
- identifierslifeCycleManager
- lifecycleManagerJAXRException
- on errorCopyright © 2018 JBoss by Red Hat. All rights reserved.