org.restlet.ext.wadl
Interface WadlDescribable
- All Known Implementing Classes:
- WadlWrapper
public interface WadlDescribable
Interface that any Restlet can implement in order to provide their own WADL
documentation. This is especially useful for subclasses of Directory
or other resource finders when the WADL introspection can reach Resource or
better WadlResource instances.
- Author:
- Thierry Boileau
getResourceInfo
ResourceInfo getResourceInfo()
- Returns a full documented resourceInfo instance.
- Returns:
- A full documented resourceInfo instance.
Copyright © 2005-2008 Noelios Technologies.