|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceBinding | |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel | |
| Uses of ServiceBinding in com.sun.xml.registry.uddi |
|---|
| Methods in com.sun.xml.registry.uddi that return ServiceBinding | |
|---|---|
ServiceBinding |
LifeCycleManagerImpl.createServiceBinding()
|
| Uses of ServiceBinding in com.sun.xml.registry.uddi.infomodel |
|---|
| Classes in com.sun.xml.registry.uddi.infomodel that implement ServiceBinding | |
|---|---|
class |
ServiceBindingImpl
Implementation of the ServiceBinding interface |
| Methods in com.sun.xml.registry.uddi.infomodel that return ServiceBinding | |
|---|---|
ServiceBinding |
SpecificationLinkImpl.getServiceBinding()
Get the parent ServiceBinding |
ServiceBinding |
ServiceBindingImpl.getTargetBinding()
Gets the next ServiceInterfaceBinding in case there is a redirection |
| Methods in com.sun.xml.registry.uddi.infomodel with parameters of type ServiceBinding | |
|---|---|
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. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||