interface: Unapi
public abstract <<interface>> interface: Unapi
Author:
Friederike Kleinfercher (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates:
Created: 16.07.2009 15:16:14; Modified: 16.07.2009 15:16:14;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{C1FDE4C0-E34E-4a3e-A46B-8D3AD0CD8054}
UNAPI Interface for the DataAquisition Service.
Goto:
Methods
See also:
UnapiServlet
Appears in:
webservice
Connections
Realisation <<realize>> link from class
[webservice].UnapiServlet
Unapi
Methods
Operation
Details
public
unapi
():byte
Sequential
Tags:
throws=RuntimeException
Notes:
This operation gives back a description of all available sources for this unapi interface.
@return sourcesXML
public
unapi
(
String identifier,
boolean show):byte
Sequential
Tags:
throws=RuntimeException
Notes:
This operation gives back a description of all available formats for an identifier.
@return formatsXML
public
unapi
(
String identifier,
String format):byte
Sequential
Tags:
throws=IdentifierNotRecognisedException,SourceNotAvailableException,FormatNotRecognisedException,RuntimeException,AccessException,FormatNotAvailableException
Notes:
This operation fetches the format from the specified identifier.
@return data as byte[]
interface: Unapi