public class ScoutJaxrUddiV3Helper extends Object
Constructor and Description |
---|
ScoutJaxrUddiV3Helper() |
Modifier and Type | Method and Description |
---|---|
static Address |
getAddress(PostalAddress postalAddress)
Get UDDI Address given JAXR Postal Address
|
static BindingTemplate |
getBindingTemplateFromJAXRSB(ServiceBinding serviceBinding) |
static BusinessEntity |
getBusinessEntityFromJAXROrg(Organization organization) |
static BusinessService |
getBusinessServiceFromJAXRService(Service service) |
static CategoryBag |
getCategoryBagFromClassifications(Collection classifications)
According to JAXR Javadoc, there are two types of classification, internal and external and they use the Classification, Concept,
and ClassificationScheme objects.
|
static Contact |
getContactFromJAXRUser(User user)
Convert JAXR User Object to UDDI Contact
|
static IdentifierBag |
getIdentifierBagFromExternalIdentifiers(Collection identifiers)
Adds the objects identifiers from JAXR's external identifier collection
|
static PublisherAssertion |
getPubAssertionFromJAXRAssociation(Association association) |
static PublisherAssertion |
getPubAssertionFromJAXRAssociationKey(String key) |
static TModelBag |
getTModelBagFromSpecifications(Collection specifications) |
static TModel |
getTModelFromJAXRClassificationScheme(ClassificationScheme classificationScheme) |
static TModel |
getTModelFromJAXRConcept(Concept concept) |
public static Address getAddress(PostalAddress postalAddress) throws JAXRException
JAXRException
public static BindingTemplate getBindingTemplateFromJAXRSB(ServiceBinding serviceBinding) throws JAXRException
JAXRException
public static PublisherAssertion getPubAssertionFromJAXRAssociation(Association association) throws JAXRException
JAXRException
public static PublisherAssertion getPubAssertionFromJAXRAssociationKey(String key) throws JAXRException
JAXRException
public static BusinessService getBusinessServiceFromJAXRService(Service service) throws JAXRException
JAXRException
public static TModel getTModelFromJAXRClassificationScheme(ClassificationScheme classificationScheme) throws JAXRException
JAXRException
public static TModel getTModelFromJAXRConcept(Concept concept) throws JAXRException
JAXRException
public static BusinessEntity getBusinessEntityFromJAXROrg(Organization organization) throws JAXRException
JAXRException
public static Contact getContactFromJAXRUser(User user) throws JAXRException
JAXRException
public static CategoryBag getCategoryBagFromClassifications(Collection classifications) throws JAXRException
classifications
- classifications to turn into categoriesJAXRException
public static TModelBag getTModelBagFromSpecifications(Collection specifications) throws JAXRException
JAXRException
public static IdentifierBag getIdentifierBagFromExternalIdentifiers(Collection identifiers) throws JAXRException
identifiers
- external identifiers to turn into identifiersJAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.