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

Packages that use ServiceBinding
javax.xml.registry   
javax.xml.registry.infomodel   
 

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 Service.addServiceBinding(ServiceBinding serviceBinding)
          Adds a child ServiceBinding.
 void Service.removeServiceBinding(ServiceBinding serviceBinding)
          Removes a child ServiceBinding.
 void ServiceBinding.setTargetBinding(ServiceBinding binding)
          Sets the next ServiceBinding in case there is a redirection.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.