|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDG | |
---|---|
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 PDG in info.sswap.api.http |
---|
Methods in info.sswap.api.http that return PDG | |
---|---|
PDG |
HTTPProvider.PDGResponse.getPDG()
Getter method to get the Provider Description Graph ( PDG ) from a successful conversion. |
Uses of PDG in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return PDG | |
---|---|
static PDG |
SSWAP.createPDG(java.net.URI providerURI,
java.lang.String name,
java.lang.String oneLineDescription)
Creates a PDG with the specified values. |
PDG |
SSWAPProvider.getPDG()
Gets the PDG that defines this provider |
static PDG |
SSWAP.getPDG(java.net.URI providerURI)
Creates an object representing an PDG. |
Uses of PDG in info.sswap.api.spi |
---|
Methods in info.sswap.api.spi that return PDG | |
---|---|
PDG |
APIProvider.createPDG(java.net.URI providerURI,
java.lang.String name,
java.lang.String oneLineDescription)
Creates a new PDG (Provider Description Graph). |
PDG |
APIProvider.getPDG(java.net.URI uri)
Gets an undereferenced PDG implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |