Package org.jvnet.ws.wadl.api
The package providing a convenience API for accessing an object
representation of the concepts defined by a WADL file.
See:
Description
Package org.jvnet.ws.wadl.api Description
The package providing a convenience API for accessing an object
representation of the concepts defined by a WADL file.
The goals of this API are:
-
To hide the way the WADL model is constructed.
-
To stay in sync with the XML based representation as much as
possible.
-
To provide an integrated and coherent view on the model.
-
To capture some WADL constraints that cannot be captured using XML
Schema constructs as accurately as possible.
-
To allow both for easy programmatic access, as well as access
based on mechanisms leveraging bean naming conventions.
-
To make the API as lightweight and complete as possible.
These are the non-goals:
-
To offer an API for building an object representation
of a WADL model.
-
To offer an API for calling services defined by a
WADL model.
...however, it is not hard to imagine how one could build
solutions like these on top of the WADL API.
Copyright © 2008. All Rights Reserved.