| Package | Description | 
|---|---|
| javax.xml.registry | 
 This package defines APIs to access and programatically interact with metadata registries. 
 | 
| javax.xml.registry.infomodel | 
 This package defines interfaces that define the information model for metadata registries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceBinding | 
LifeCycleManager.createServiceBinding()
Creates an empty ServiceBinding instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.