|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RDG | |
---|---|
info.sswap.api.http | Java API access to HTTP API |
info.sswap.api.model | Main package for SSWAP API |
info.sswap.api.spi | Run-time API provider for interface implementation |
Uses of RDG in info.sswap.api.http |
---|
Methods in info.sswap.api.http that return RDG | |
---|---|
RDG |
HTTPProvider.RDGResponse.getRDG()
Getter method to get the Resource Description Graph ( RDG ) from a successful conversion. |
Uses of RDG in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return RDG | |
---|---|
static RDG |
SSWAP.createRDG(java.net.URI resourceURI,
java.lang.String name,
java.lang.String oneLineDescription,
SSWAPProvider provider)
Creates a new RDG |
static RDG |
SSWAP.createRDG(java.net.URI resourceURI,
java.lang.String name,
java.lang.String oneLineDescription,
java.net.URI providerURI)
Creates a new RDG |
RDG |
SSWAPResource.getRDG()
Gets the RDG where this resource is defined. |
static RDG |
SSWAP.getRDG(java.net.URI uri)
Creates an object representing an RDG. |
Methods in info.sswap.api.model that return types with arguments of type RDG | |
---|---|
java.util.Collection<RDG> |
PDG.getRDGs()
Gets all RDGs pointed to by a sswap:providesResource statement in this PDG |
java.util.Collection<RDG> |
RQG.invoke()
Sends this RQG as a query to the default Discovery Server |
java.util.Collection<RDG> |
RQG.invoke(java.net.URI discoveryServerURI)
Sends this RQG as a query to the specified discovery server instance. |
Methods in info.sswap.api.model with parameters of type RDG | |
---|---|
RIG |
RRG.createRIG(RDG rdg)
Returns a new Resource Invocation Graph ( RIG ) based on the
contents of this Resource Response Graph (RRG ) suitable for
the service represented by the Resource Description Graph
(RRG ). |
boolean |
RQG.satisfiesResource(RDG rdg)
Checks whether this RQG matches the given RDG |
Uses of RDG in info.sswap.api.spi |
---|
Methods in info.sswap.api.spi that return RDG | |
---|---|
RDG |
APIProvider.createCompositeService(java.net.URI serviceURI,
java.lang.String name,
java.lang.String description,
java.net.URI providerURI,
RDG firstService,
RDG lastService)
|
static RDG |
ExtensionAPI.createCompositeService(java.net.URI serviceURI,
java.lang.String name,
java.lang.String description,
java.net.URI providerURI,
RDG firstService,
RDG lastService)
|
RDG |
APIProvider.createRDG(java.net.URI resourceURI,
java.lang.String name,
java.lang.String oneLineDescription,
java.net.URI providerURI)
Creates a new RDG object. |
RDG |
APIProvider.getRDG(java.net.URI uri)
Gets a dereferenced RDG implementation |
Methods in info.sswap.api.spi with parameters of type RDG | |
---|---|
RDG |
APIProvider.createCompositeService(java.net.URI serviceURI,
java.lang.String name,
java.lang.String description,
java.net.URI providerURI,
RDG firstService,
RDG lastService)
|
static RDG |
ExtensionAPI.createCompositeService(java.net.URI serviceURI,
java.lang.String name,
java.lang.String description,
java.net.URI providerURI,
RDG firstService,
RDG lastService)
|
RQG |
APIProvider.generateRQG(RDG upstreamService,
RDG downstreamService)
|
static RQG |
ExtensionAPI.generateRQG(RDG upstreamService,
RDG downstreamService)
|
RQG |
APIProvider.generateRQG(RDG upstreamService,
RDG downstreamService,
java.net.URI resultURI)
|
static RQG |
ExtensionAPI.generateRQG(RDG upstreamService,
RDG downstreamService,
java.net.URI resultURI)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |