public interface ServiceBinding extends RegistryObject, URIValidator
Concept| 修飾子と型 | メソッドと説明 |
|---|---|
void | addSpecificationLink(SpecificationLink specificationLink) 子 SpecificationLink を追加します。 |
void | addSpecificationLinks(CollectionSE specificationLinks)SpecificationLink 子のコレクションを追加します。 |
StringSE | getAccessURI() このバインディングを介してサービスへのアクセスを提供する URI を取得します。 |
Service | getService() これがバインディングである親サービスを取得します。 |
CollectionSE | getSpecificationLinks() すべての子 SpecificationLinks を取得します。 |
ServiceBinding | getTargetBinding() あるサービスプロバイダーから別のサービスプロバイダーへのリダイレクトがある場合に備えて、次の ServiceBinding を取得します。 |
void | removeSpecificationLink(SpecificationLink specificationLink) 子 SpecificationLink を削除します。 |
void | removeSpecificationLinks(CollectionSE specificationLinks) 子 SpecificationLinks のコレクションを削除します。 |
void | setAccessURI(StringSE uri) このバインディングを介してサービスへのアクセスを提供する URI を設定します。 |
void | setTargetBinding(ServiceBinding binding) リダイレクトがある場合に備えて、次の ServiceBinding を設定します。 |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsgetValidateURI, setValidateURIStringSE getAccessURI() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setAccessURI(StringSE uri) throws JAXRException
uri - このバインディングを介してサービスへのアクセスを提供する URIJAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 ServiceBinding getTargetBinding() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setTargetBinding(ServiceBinding binding) throws JAXRException
binding - このオブジェクトがリダイレクトされるターゲット ServiceBindingJAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Service getService() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void addSpecificationLink(SpecificationLink specificationLink) throws JAXRException
specificationLink - 追加される SpecificationLinkJAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void addSpecificationLinks(CollectionSE specificationLinks) throws JAXRException
specificationLinks - 追加される SpecificationLinks のコレクション JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void removeSpecificationLink(SpecificationLink specificationLink) throws JAXRException
specificationLink - 削除される SpecificationLinkJAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void removeSpecificationLinks(CollectionSE specificationLinks) throws JAXRException
specificationLinks - 削除される SpecificationLinks のコレクション JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 CollectionSE getSpecificationLinks() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 SpecificationLinkCopyright © 2019 Eclipse Foundation.
Use is subject to license terms.