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