org.apache.ws.scout.util
Class ScoutUddiJaxrHelper
java.lang.Object
org.apache.ws.scout.util.ScoutUddiJaxrHelper
public class ScoutUddiJaxrHelper
- extends java.lang.Object
Helper class that does UDDI->Jaxr Mapping
- Author:
- Anil Saldhana, Geir Magnusson Jr.
Method Summary |
static javax.xml.registry.infomodel.Association |
getAssociation(java.util.Collection orgs,
javax.xml.registry.LifeCycleManager lcm)
|
static java.util.Collection |
getClassifications(org.apache.juddi.datatype.CategoryBag cbag,
javax.xml.registry.LifeCycleManager lcm)
|
static javax.xml.registry.infomodel.Concept |
getConcept(org.apache.juddi.datatype.response.TModelDetail tm,
javax.xml.registry.LifeCycleManager lcm)
|
static javax.xml.registry.infomodel.Concept |
getConcept(org.apache.juddi.datatype.response.TModelInfo tm,
javax.xml.registry.LifeCycleManager lcm)
|
static javax.xml.registry.infomodel.Concept |
getConcept(org.apache.juddi.datatype.tmodel.TModel tmodel,
javax.xml.registry.LifeCycleManager lcm)
|
static java.util.Collection |
getExternalIdentifiers(org.apache.juddi.datatype.IdentifierBag ibag,
javax.xml.registry.LifeCycleManager lcm)
|
static java.util.Collection |
getExternalLinks(org.apache.juddi.datatype.OverviewDoc odoc,
javax.xml.registry.LifeCycleManager lcm)
|
static javax.xml.registry.infomodel.InternationalString |
getIString(java.lang.String str,
javax.xml.registry.LifeCycleManager blm)
|
static javax.xml.registry.infomodel.Organization |
getOrganization(org.apache.juddi.datatype.response.BusinessDetail bizdetail,
javax.xml.registry.LifeCycleManager lcm)
|
static javax.xml.registry.infomodel.Organization |
getOrganization(org.apache.juddi.datatype.business.BusinessEntity entity,
javax.xml.registry.LifeCycleManager lcm)
|
static javax.xml.registry.infomodel.Service |
getService(org.apache.juddi.datatype.service.BusinessService bs,
javax.xml.registry.LifeCycleManager lcm)
|
static javax.xml.registry.infomodel.Service |
getService(org.apache.juddi.datatype.response.ServiceInfo si,
javax.xml.registry.LifeCycleManager lcm)
|
static javax.xml.registry.infomodel.ServiceBinding |
getServiceBinding(org.apache.juddi.datatype.binding.BindingTemplate bs,
javax.xml.registry.LifeCycleManager lcm)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScoutUddiJaxrHelper
public ScoutUddiJaxrHelper()
getAssociation
public static javax.xml.registry.infomodel.Association getAssociation(java.util.Collection orgs,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getOrganization
public static javax.xml.registry.infomodel.Organization getOrganization(org.apache.juddi.datatype.business.BusinessEntity entity,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getOrganization
public static javax.xml.registry.infomodel.Organization getOrganization(org.apache.juddi.datatype.response.BusinessDetail bizdetail,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getIString
public static javax.xml.registry.infomodel.InternationalString getIString(java.lang.String str,
javax.xml.registry.LifeCycleManager blm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getService
public static javax.xml.registry.infomodel.Service getService(org.apache.juddi.datatype.service.BusinessService bs,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getService
public static javax.xml.registry.infomodel.Service getService(org.apache.juddi.datatype.response.ServiceInfo si,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getServiceBinding
public static javax.xml.registry.infomodel.ServiceBinding getServiceBinding(org.apache.juddi.datatype.binding.BindingTemplate bs,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getConcept
public static javax.xml.registry.infomodel.Concept getConcept(org.apache.juddi.datatype.response.TModelDetail tm,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getConcept
public static javax.xml.registry.infomodel.Concept getConcept(org.apache.juddi.datatype.tmodel.TModel tmodel,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getConcept
public static javax.xml.registry.infomodel.Concept getConcept(org.apache.juddi.datatype.response.TModelInfo tm,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getExternalLinks
public static java.util.Collection getExternalLinks(org.apache.juddi.datatype.OverviewDoc odoc,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getExternalIdentifiers
public static java.util.Collection getExternalIdentifiers(org.apache.juddi.datatype.IdentifierBag ibag,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
getClassifications
public static java.util.Collection getClassifications(org.apache.juddi.datatype.CategoryBag cbag,
javax.xml.registry.LifeCycleManager lcm)
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException