| Package | Description |
|---|---|
| won.protocol.service | |
| won.protocol.service.impl | |
| won.protocol.util | |
| won.protocol.util.linkeddata | |
| won.protocol.util.linkeddata.uriresolver |
| Modifier and Type | Method and Description |
|---|---|
WonNodeInfo |
WonNodeInfoBuilder.build() |
WonNodeInfo |
WonNodeInformationService.getDefaultWonNodeInfo() |
WonNodeInfo |
WonNodeInformationService.getWonNodeInformation(java.net.URI wonNodeURI)
Get the WonNodeInfo that is uniquely identified by the specified
wonNodeURI. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<WonNodeInfo> |
WonNodeInformationService.getWonNodeInformationForURI(java.net.URI someURI,
java.util.Optional<java.net.URI> requesterWebID)
Given
someURI, try different methods to find a WoN node which is
responsible for it. |
| Modifier and Type | Method and Description |
|---|---|
WonNodeInfo |
WonNodeInformationServiceImpl.getDefaultWonNodeInfo() |
WonNodeInfo |
WonNodeInformationServiceDecorator.getDefaultWonNodeInfo() |
WonNodeInfo |
WonNodeInformationServiceImpl.getWonNodeInformation(java.net.URI wonNodeURI) |
WonNodeInfo |
WonNodeInformationServiceDecorator.getWonNodeInformation(java.net.URI wonNodeURI) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<WonNodeInfo> |
WonNodeInformationServiceImpl.getWonNodeInformationForURI(java.net.URI someURI,
java.util.Optional<java.net.URI> requesterWebID) |
java.util.Optional<WonNodeInfo> |
WonNodeInformationServiceDecorator.getWonNodeInformationForURI(java.net.URI someURI,
java.util.Optional<java.net.URI> requesterWebID) |
| Modifier and Type | Method and Description |
|---|---|
static WonNodeInfo |
WonRdfUtils.WonNodeUtils.getWonNodeInfo(org.apache.jena.query.Dataset dataset)
Creates a WonNodeInfo object based on the specified dataset.
|
static WonNodeInfo |
WonRdfUtils.WonNodeUtils.getWonNodeInfo(java.net.URI wonNodeUri,
org.apache.jena.query.Dataset dataset)
Creates a WonNodeInfo object based on the specified dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Optional<WonNodeInfo> |
WonLinkedDataUtils.findWonNode(java.net.URI someURI,
java.util.Optional<java.net.URI> requesterWebID,
LinkedDataSource linkedDataSource) |
static java.util.Optional<WonNodeInfo> |
WonLinkedDataUtils.getWonNodeInfo(java.net.URI wonNodeUri,
LinkedDataSource linkedDataSource) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
WonMessageUriResolver.toGenericMessageURI(java.net.URI localMessageUri,
WonNodeInfo wonNodeInfo)
Converts the
localMessageUri that is dereferencable on the
specified WoN node to a generic one. |
java.net.URI |
WonMessageUriResolver.toLocalMessageURI(java.net.URI genericMessageUri,
WonNodeInfo wonNodeInfo)
Converts the specified URI
genericMessageUri to a message URI
that is dereferencable on the specified WoN node. |
Copyright © 2019. All Rights Reserved.