Java javax.xml.registry.infomodel ServiceBinding fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel ServiceBinding fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel ServiceBinding.

The text is from its open source code.

Method

voidaddSpecificationLink(SpecificationLink specificationLink)
Adds a child SpecificationLink.
StringgetAccessURI()
Gets the URI that gives access to the service via this binding.
CollectiongetClassifications()
Gets the Classification instances that classify this object.
InternationalStringgetDescription()
Gets the textual description for this object.
KeygetKey()
Gets the key representing the universally unique ID (UUID) for this object.
ServicegetService()
Gets the parent service for which this is a binding.
CollectiongetSpecificationLinks()
Gets all children SpecificationLinks.
ServiceBindinggetTargetBinding()
Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider.
voidsetAccessURI(String uri)
Sets the URI that gives access to the service via this binding.
voidsetDescription(InternationalString description)
Sets the context independent textual description for this object.
voidsetValidateURI(boolean validate)
Sets whether to do URI validation for this object.