Uses of Interface
javax.xml.registry.infomodel.SpecificationLink

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

Uses of SpecificationLink in javax.xml.registry
 

Methods in javax.xml.registry that return SpecificationLink
 SpecificationLink LifeCycleManager.createSpecificationLink()
           
 

Uses of SpecificationLink in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return types with arguments of type SpecificationLink
 Collection<SpecificationLink> ServiceBinding.getSpecificationLinks()
           
 

Methods in javax.xml.registry.infomodel with parameters of type SpecificationLink
 void ServiceBinding.addSpecificationLink(SpecificationLink specificationLink)
           
 void ServiceBinding.removeSpecificationLink(SpecificationLink specificationLink)
           
 

Method parameters in javax.xml.registry.infomodel with type arguments of type SpecificationLink
 void ServiceBinding.addSpecificationLinks(Collection<SpecificationLink> specificationLinks)
           
 void ServiceBinding.removeSpecificationLinks(Collection<SpecificationLink> specificationLinks)
           
 

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

Methods in org.apache.ws.scout.registry that return SpecificationLink
 SpecificationLink LifeCycleManagerImpl.createSpecificationLink()
           
 

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

Classes in org.apache.ws.scout.registry.infomodel that implement SpecificationLink
 class SpecificationLinkImpl
          Implements JAXR API
 

Methods in org.apache.ws.scout.registry.infomodel with parameters of type SpecificationLink
 void ServiceBindingImpl.addSpecificationLink(SpecificationLink sl)
           
 void ServiceBindingImpl.removeSpecificationLink(SpecificationLink link)
           
 

Method parameters in org.apache.ws.scout.registry.infomodel with type arguments of type SpecificationLink
 void ServiceBindingImpl.removeSpecificationLinks(Collection<SpecificationLink> col)
           
 



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