| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
ServiceBinding |
LifeCycleManagerImpl.createServiceBinding() |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceBindingImpl
Implementation of the ServiceBinding interface
|
| Modifier and Type | Method and Description |
|---|---|
ServiceBinding |
SpecificationLinkImpl.getServiceBinding()
Get the parent ServiceBinding
|
ServiceBinding |
ServiceBindingImpl.getTargetBinding()
Gets the next ServiceInterfaceBinding in case there is a redirection
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceImpl.addServiceBinding(ServiceBinding serviceBinding)
Add a child ServiceBinding.
|
void |
ServiceImpl.removeServiceBinding(ServiceBinding serviceBinding)
Remove a child ServiceBinding.
|
void |
SpecificationLinkImpl.setServiceBinding(ServiceBinding binding)
Internal method for setting the service binding
|
void |
ServiceBindingImpl.setTargetBinding(ServiceBinding binding)
Sets the next ServiceInterfaceBinding in case there is a redirection.
|
| 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 © 2005–2017 Oracle Corporation. All rights reserved.