Classes for interacting with the MusicBrainz XML web service.
The WebService class talks to a server implementing the MusicBrainz XML web service. It mainly handles URL generation and network I/O. Use this if maximum control is needed.
The Query class provides a convenient interface to the most commonly used features of the web service. By default it uses Webservice to retrieve data and the MBXML parser to parse the responses. The results are object trees using the MusicBrainz domain model.
See: | Model |