Uses of Interface
javax.xml.registry.LifeCycleManager

Packages that use LifeCycleManager
javax.xml.registry   
javax.xml.registry.infomodel   
org.apache.ws.scout.registry   
org.apache.ws.scout.registry.infomodel   
org.apache.ws.scout.util   
 

Uses of LifeCycleManager in javax.xml.registry
 

Subinterfaces of LifeCycleManager in javax.xml.registry
 interface BusinessLifeCycleManager
           
 

Uses of LifeCycleManager in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return LifeCycleManager
 LifeCycleManager RegistryObject.getLifeCycleManager()
           
 

Uses of LifeCycleManager in org.apache.ws.scout.registry
 

Classes in org.apache.ws.scout.registry that implement LifeCycleManager
 class BusinessLifeCycleManagerImpl
          Implements JAXR BusinessLifeCycleManager Interface.
 class LifeCycleManagerImpl
          Implements JAXR LifeCycleManager Interface For futher details, look into the JAXR API Javadoc.
 

Methods in org.apache.ws.scout.registry with parameters of type LifeCycleManager
protected  Service BusinessQueryManagerImpl.getServiceFromBusinessService(BusinessService bs, LifeCycleManager lcm)
          Helper routine to take a jUDDI business service and turn into a useful Service.
 

Uses of LifeCycleManager in org.apache.ws.scout.registry.infomodel
 

Methods in org.apache.ws.scout.registry.infomodel that return LifeCycleManager
 LifeCycleManager RegistryObjectImpl.getLifeCycleManager()
           
 

Constructors in org.apache.ws.scout.registry.infomodel with parameters of type LifeCycleManager
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
 

Uses of LifeCycleManager in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util with parameters of type LifeCycleManager
static Association ScoutUddiJaxrHelper.getAssociation(Collection orgs, LifeCycleManager lcm)
           
static Collection ScoutUddiJaxrHelper.getClassifications(CategoryBag cbag, LifeCycleManager lcm)
          Classifications - going to assume all are external since UDDI does not use "Concepts".
static Concept ScoutUddiJaxrHelper.getConcept(TModelDetail tm, LifeCycleManager lcm)
           
static Concept ScoutUddiJaxrHelper.getConcept(TModelInfo tm, LifeCycleManager lcm)
           
static Concept ScoutUddiJaxrHelper.getConcept(TModel tmodel, LifeCycleManager lcm)
           
static Collection<ExternalIdentifier> ScoutUddiJaxrHelper.getExternalIdentifiers(IdentifierBag ibag, LifeCycleManager lcm)
          External Identifiers
static Collection<ExternalLink> ScoutUddiJaxrHelper.getExternalLinks(OverviewDoc odoc, LifeCycleManager lcm)
           
static InternationalString ScoutUddiJaxrHelper.getIString(String str, LifeCycleManager blm)
           
static Organization ScoutUddiJaxrHelper.getOrganization(BusinessDetail bizdetail, LifeCycleManager lcm)
           
static Organization ScoutUddiJaxrHelper.getOrganization(BusinessEntity entity, LifeCycleManager lcm)
           
static Service ScoutUddiJaxrHelper.getService(BusinessService bs, LifeCycleManager lcm)
           
static Service ScoutUddiJaxrHelper.getService(ServiceInfo si, LifeCycleManager lcm)
           
static ServiceBinding ScoutUddiJaxrHelper.getServiceBinding(BindingTemplate bs, LifeCycleManager lcm)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.