Team Platform Web Service Examples

Back to the previous page.

Overview

These examples include three service interfaces,their implementations, a service interface factory, a client program to exercise the services, and a plugin.xml which can register the services.

To run this on the server, you will need to arrange to have the compiled version of the java files (except ExampleClient), and the plugin.xml available from the classpath of the currently running team servlet. ExampleClient runs as a client.

IExampleService.java

@IExampleService.java@

ExampleService.java

@ExampleService.java@

IExampleContentService.java

@IExampleContentService.java@

ExampleContentService.java

@ExampleContentService.java@

IExampleRestService.java

@IExampleRestService.java@

ExampleRestService.java

@ExampleRestService.java@

ExampleClient.java

@ExampleClient.java@

TeamServiceInterfaceFactory.java

@TeamServiceInterfaceFactory.java@

plugin.xml

@plugin.xml@
Back to the previous page.