Package | Description |
---|---|
javax.xml.registry | |
javax.xml.registry.infomodel | |
org.apache.ws.scout.registry | |
org.apache.ws.scout.registry.infomodel | |
org.apache.ws.scout.util |
Modifier and Type | Interface and Description |
---|---|
interface |
BusinessLifeCycleManager |
Modifier and Type | Method and Description |
---|---|
LifeCycleManager |
RegistryObject.getLifeCycleManager() |
Modifier and Type | Class and Description |
---|---|
class |
BusinessLifeCycleManagerImpl
Implements JAXR BusinessLifeCycleManager Interface.
|
class |
BusinessLifeCycleManagerV3Impl
Implements JAXR BusinessLifeCycleManager Interface.
|
class |
LifeCycleManagerImpl
Implements JAXR LifeCycleManager Interface
For futher details, look into the JAXR API Javadoc.
|
Modifier and Type | Method and Description |
---|---|
protected Service |
BusinessQueryManagerV3Impl.getServiceFromBusinessService(BusinessService bs,
LifeCycleManager lcm)
Helper routine to take a jUDDI business service and turn into a useful
Service.
|
protected Service |
BusinessQueryManagerImpl.getServiceFromBusinessService(BusinessService bs,
LifeCycleManager lcm)
Helper routine to take a jUDDI business service and turn into a useful
Service.
|
Modifier and Type | Method and Description |
---|---|
LifeCycleManager |
RegistryObjectImpl.getLifeCycleManager() |
Constructor and Description |
---|
AssociationImpl(LifeCycleManager lifeCycleManager) |
AssociationImpl(LifeCycleManager lifeCycleManager,
InternationalString n) |
ClassificationImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of ClassificationImpl
|
ClassificationSchemeImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of ClassificationSchemeImpl
|
ConceptImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of ConceptImpl
|
ExternalIdentifierImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of ExternalIdentifierImpl
|
ExternalIdentifierImpl(LifeCycleManager lifeCycleManager,
ClassificationScheme identity,
InternationalString name,
String value) |
ExternalLinkImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of ExternalLinkImpl
|
OrganizationImpl(LifeCycleManager lifeCycleManager) |
RegistryEntryImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of RegistryEntryImpl
|
RegistryObjectImpl(LifeCycleManager lifeCycleManager) |
RegistryObjectImpl(LifeCycleManager lifeCycleManager,
InternationalString n) |
ServiceBindingImpl(LifeCycleManager lifeCycleManager) |
ServiceBindingImpl(LifeCycleManager lifeCycleManager,
InternationalString n) |
ServiceImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of ServiceImpl
|
SpecificationLinkImpl(LifeCycleManager lifeCycleManager) |
UserImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of UserImpl
|
Modifier and Type | Method and Description |
---|---|
static Association |
ScoutUddiV3JaxrHelper.getAssociation(Collection orgs,
LifeCycleManager lcm) |
static Association |
ScoutUddiJaxrHelper.getAssociation(Collection orgs,
LifeCycleManager lcm) |
static Collection |
ScoutUddiV3JaxrHelper.getClassifications(CategoryBag categoryBag,
LifeCycleManager lifeCycleManager)
Classifications - going to assume all are external since UDDI does not use "Concepts".
|
static Collection |
ScoutUddiJaxrHelper.getClassifications(CategoryBag categoryBag,
LifeCycleManager lifeCycleManager)
Classifications - going to assume all are external since UDDI does not use "Concepts".
|
static Concept |
ScoutUddiV3JaxrHelper.getConcept(TModelDetail tModelDetail,
LifeCycleManager lifeCycleManager) |
static Concept |
ScoutUddiJaxrHelper.getConcept(TModelDetail tModelDetail,
LifeCycleManager lifeCycleManager) |
static Concept |
ScoutUddiV3JaxrHelper.getConcept(TModelInfo tModelInfo,
LifeCycleManager lifeCycleManager) |
static Concept |
ScoutUddiJaxrHelper.getConcept(TModelInfo tModelInfo,
LifeCycleManager lifeCycleManager) |
static Concept |
ScoutUddiV3JaxrHelper.getConcept(TModel tmodel,
LifeCycleManager lifeCycleManager) |
static Concept |
ScoutUddiJaxrHelper.getConcept(TModel tmodel,
LifeCycleManager lifeCycleManager) |
static Collection |
ScoutUddiV3JaxrHelper.getExternalIdentifiers(IdentifierBag identifierBag,
LifeCycleManager lifeCycleManager)
External Identifiers
|
static Collection |
ScoutUddiJaxrHelper.getExternalIdentifiers(IdentifierBag identifierBag,
LifeCycleManager lifeCycleManager)
External Identifiers
|
static Collection<ExternalLink> |
ScoutUddiV3JaxrHelper.getExternalLinks(List<OverviewDoc> overviewDocs,
LifeCycleManager lifeCycleManager) |
static Collection<ExternalLink> |
ScoutUddiJaxrHelper.getExternalLinks(OverviewDoc overviewDoc,
LifeCycleManager lifeCycleManager) |
static InternationalString |
ScoutUddiV3JaxrHelper.getIString(String str,
LifeCycleManager lifeCycleManager) |
static InternationalString |
ScoutUddiJaxrHelper.getIString(String str,
LifeCycleManager lifeCycleManager) |
static Organization |
ScoutUddiV3JaxrHelper.getOrganization(BusinessDetail bizdetail,
LifeCycleManager lifeCycleManager) |
static Organization |
ScoutUddiJaxrHelper.getOrganization(BusinessDetail bizdetail,
LifeCycleManager lifeCycleManager) |
static Organization |
ScoutUddiV3JaxrHelper.getOrganization(BusinessEntity businessEntity,
LifeCycleManager lifeCycleManager) |
static Organization |
ScoutUddiJaxrHelper.getOrganization(BusinessEntity businessEntity,
LifeCycleManager lifeCycleManager) |
static Service |
ScoutUddiV3JaxrHelper.getService(BusinessService businessService,
LifeCycleManager lifeCycleManager) |
static Service |
ScoutUddiJaxrHelper.getService(BusinessService businessService,
LifeCycleManager lifeCycleManager) |
static Service |
ScoutUddiV3JaxrHelper.getService(ServiceInfo serviceInfo,
LifeCycleManager lifeCycleManager) |
static Service |
ScoutUddiJaxrHelper.getService(ServiceInfo serviceInfo,
LifeCycleManager lifeCycleManager) |
static ServiceBinding |
ScoutUddiV3JaxrHelper.getServiceBinding(BindingTemplate businessTemplate,
LifeCycleManager lifeCycleManager) |
static ServiceBinding |
ScoutUddiJaxrHelper.getServiceBinding(BindingTemplate businessTemplate,
LifeCycleManager lifeCycleManager) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.