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
JAXRExceptionpublic static BindingTemplate getBindingTemplateFromJAXRSB(ServiceBinding serviceBinding) throws JAXRException
JAXRExceptionpublic static PublisherAssertion getPubAssertionFromJAXRAssociation(Association association) throws JAXRException
JAXRExceptionpublic static PublisherAssertion getPubAssertionFromJAXRAssociationKey(String key) throws JAXRException
JAXRExceptionpublic static BusinessService getBusinessServiceFromJAXRService(Service service) throws JAXRException
JAXRExceptionpublic static TModel getTModelFromJAXRClassificationScheme(ClassificationScheme classificationScheme) throws JAXRException
JAXRExceptionpublic static TModel getTModelFromJAXRConcept(Concept concept) throws JAXRException
JAXRExceptionpublic static BusinessEntity getBusinessEntityFromJAXROrg(Organization organization) throws JAXRException
JAXRExceptionpublic static Contact getContactFromJAXRUser(User user) throws JAXRException
JAXRExceptionpublic static CategoryBag getCategoryBagFromClassifications(Collection classifications) throws JAXRException
classifications - classifications to turn into categoriesJAXRExceptionpublic static TModelBag getTModelBagFromSpecifications(Collection specifications) throws JAXRException
JAXRExceptionpublic static IdentifierBag getIdentifierBagFromExternalIdentifiers(Collection identifiers) throws JAXRException
identifiers - external identifiers to turn into identifiersJAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.