AbstractGetCapabilitiesRequest |
Each Open Web Service typically defines an operation that describes what operations it supports
and what data it holds.
|
AbstractOpenWebService<C extends Capabilities,R> |
This abstract class provides a building block for one to implement an Open Web Service (OWS)
client.
|
AbstractRequest |
A class that provides functionality for performing basic requests
|
Capabilities |
Represents a base object for a Capabilities document
|
GetCapabilitiesResponse |
Base class for GetCapabilities responses.
|
OperationType |
Represents an operation used by Open Web Services for requests and responses.
|
Response |
Provides a base class for Responses from an OWS.
|
Service |
This is a data model for the Open Web Service (OWS) metadata.
|
ServiceExceptionParser |
Utility class that will parse ServiceExceptions out of an inputStream.
|
Specification |
Provides support for the Open Web Service Specificaitons.
|
URLCheckers |
Scans for all available URLChecker implementations, allows to register new ones, and provides a
convenient method to apply them on a given location.
|