Uses of Interface
javax.xml.registry.infomodel.ServiceBinding
-
Packages that use ServiceBinding Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel 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 the JAXR API. -
-
Uses of ServiceBinding in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return ServiceBinding Modifier and Type Method Description ServiceBindingLifeCycleManagerImpl. createServiceBinding() -
Uses of ServiceBinding in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement ServiceBinding Modifier and Type Class Description classServiceBindingImplImplementation of the ServiceBinding interfaceMethods in com.sun.xml.registry.uddi.infomodel that return ServiceBinding Modifier and Type Method Description ServiceBindingSpecificationLinkImpl. getServiceBinding()Get the parent ServiceBindingServiceBindingServiceBindingImpl. getTargetBinding()Gets the next ServiceInterfaceBinding in case there is a redirectionMethods in com.sun.xml.registry.uddi.infomodel with parameters of type ServiceBinding Modifier and Type Method Description voidServiceImpl. addServiceBinding(ServiceBinding serviceBinding)Add a child ServiceBinding.voidServiceImpl. removeServiceBinding(ServiceBinding serviceBinding)Remove a child ServiceBinding.voidSpecificationLinkImpl. setServiceBinding(ServiceBinding binding)Internal method for setting the service bindingvoidServiceBindingImpl. 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 Modifier and Type Method Description ServiceBindingLifeCycleManager. createServiceBinding()Creates an empty ServiceBinding instance. -
Uses of ServiceBinding in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return ServiceBinding Modifier and Type Method Description ServiceBindingSpecificationLink. getServiceBinding()Gets the parent ServiceBinding for this SpecificationLink.ServiceBindingServiceBinding. 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 Modifier and Type Method Description voidService. addServiceBinding(ServiceBinding serviceBinding)Adds a child ServiceBinding.voidService. removeServiceBinding(ServiceBinding serviceBinding)Removes a child ServiceBinding.voidServiceBinding. setTargetBinding(ServiceBinding binding)Sets the next ServiceBinding in case there is a redirection.
-