|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.scout.util.ScoutJaxrUddiV3Helper
public class ScoutJaxrUddiV3Helper
Helper class that does Jaxr->UDDI Mapping
| Constructor Summary | |
|---|---|
ScoutJaxrUddiV3Helper()
|
|
| Method Summary | |
|---|---|
static org.uddi.api_v3.Address |
getAddress(javax.xml.registry.infomodel.PostalAddress postalAddress)
Get UDDI Address given JAXR Postal Address |
static org.uddi.api_v3.BindingTemplate |
getBindingTemplateFromJAXRSB(javax.xml.registry.infomodel.ServiceBinding serviceBinding)
|
static org.uddi.api_v3.BusinessEntity |
getBusinessEntityFromJAXROrg(javax.xml.registry.infomodel.Organization organization)
|
static org.uddi.api_v3.BusinessService |
getBusinessServiceFromJAXRService(javax.xml.registry.infomodel.Service service)
|
static org.uddi.api_v3.CategoryBag |
getCategoryBagFromClassifications(java.util.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 org.uddi.api_v3.Contact |
getContactFromJAXRUser(javax.xml.registry.infomodel.User user)
Convert JAXR User Object to UDDI Contact |
static org.uddi.api_v3.IdentifierBag |
getIdentifierBagFromExternalIdentifiers(java.util.Collection identifiers)
Adds the objects identifiers from JAXR's external identifier collection |
static org.uddi.api_v3.PublisherAssertion |
getPubAssertionFromJAXRAssociation(javax.xml.registry.infomodel.Association association)
|
static org.uddi.api_v3.PublisherAssertion |
getPubAssertionFromJAXRAssociationKey(java.lang.String key)
|
static org.uddi.api_v3.TModelBag |
getTModelBagFromSpecifications(java.util.Collection specifications)
|
static org.uddi.api_v3.TModel |
getTModelFromJAXRClassificationScheme(javax.xml.registry.infomodel.ClassificationScheme classificationScheme)
|
static org.uddi.api_v3.TModel |
getTModelFromJAXRConcept(javax.xml.registry.infomodel.Concept concept)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScoutJaxrUddiV3Helper()
| Method Detail |
|---|
public static org.uddi.api_v3.Address getAddress(javax.xml.registry.infomodel.PostalAddress postalAddress)
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public static org.uddi.api_v3.BindingTemplate getBindingTemplateFromJAXRSB(javax.xml.registry.infomodel.ServiceBinding serviceBinding)
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public static org.uddi.api_v3.PublisherAssertion getPubAssertionFromJAXRAssociation(javax.xml.registry.infomodel.Association association)
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public static org.uddi.api_v3.PublisherAssertion getPubAssertionFromJAXRAssociationKey(java.lang.String key)
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public static org.uddi.api_v3.BusinessService getBusinessServiceFromJAXRService(javax.xml.registry.infomodel.Service service)
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public static org.uddi.api_v3.TModel getTModelFromJAXRClassificationScheme(javax.xml.registry.infomodel.ClassificationScheme classificationScheme)
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public static org.uddi.api_v3.TModel getTModelFromJAXRConcept(javax.xml.registry.infomodel.Concept concept)
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public static org.uddi.api_v3.BusinessEntity getBusinessEntityFromJAXROrg(javax.xml.registry.infomodel.Organization organization)
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public static org.uddi.api_v3.Contact getContactFromJAXRUser(javax.xml.registry.infomodel.User user)
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public static org.uddi.api_v3.CategoryBag getCategoryBagFromClassifications(java.util.Collection classifications)
throws javax.xml.registry.JAXRException
classifications - classifications to turn into categories
javax.xml.registry.JAXRException
public static org.uddi.api_v3.TModelBag getTModelBagFromSpecifications(java.util.Collection specifications)
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public static org.uddi.api_v3.IdentifierBag getIdentifierBagFromExternalIdentifiers(java.util.Collection identifiers)
throws javax.xml.registry.JAXRException
identifiers - external identifiers to turn into identifiers
javax.xml.registry.JAXRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||