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

Packages that use ServiceBinding
javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. 
javax.xml.registry.infomodel This package describes the information model for JAXR API. 
 

Uses of ServiceBinding in javax.xml.registry
 

Methods in javax.xml.registry that return ServiceBinding
 ServiceBinding LifeCycleManager.createServiceBinding()
          Creates an empty ServiceBinding instance.
 

Uses of ServiceBinding in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return ServiceBinding
 ServiceBinding SpecificationLink.getServiceBinding()
          Gets the parent ServiceBinding for this SpecificationLink.
 ServiceBinding ServiceBinding.getTargetBinding()
          Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider.
 

Methods in javax.xml.registry.infomodel with parameters of type ServiceBinding
 void ServiceBinding.setTargetBinding(ServiceBinding binding)
          Sets the next ServiceBinding in case there is a redirection.
 void Service.addServiceBinding(ServiceBinding serviceBinding)
          Add a child ServiceBinding
 void Service.removeServiceBinding(ServiceBinding serviceBinding)
          Remove a child ServiceBinding