This package provides the base Web Services for Team Platform.

The team platform uses HTTP-based web services to communication between Team clients and Team servers. The low level details of how the communication takes place is not described here. What is described is how to implement and make use of web services from Java code.

Overview of services

Describe a user POJO service interface, with restrictions.

ITeamServer and it's implementers

Describe ITeamServer.

ITeamService

Describe ITeamService.

ITeamContentService - used to send raw data

Describe ITeamContentService.

Exception Handling

Describe exceptions.

Cancelling service calls

Describe ITeamServiceCallContext.

Accessing meta service data in your implementation

Describe ITeamServiceContext.

Registering services via plugins

Point to registry package.

Examples

See the examples page for examples.