Created July 16, 2026
| name | size | description |
|---|---|---|
| championships.xsd | 110.18K |
Created July 16, 2026
| name | size | description |
|---|---|---|
| core.xsd | 92.45K |
Created July 16, 2026
The Java client-side library is used to access the Web service API for this application using Java.
The Java client-side library is used to provide the set of Java objects that can be serialized to/from XML using JAXB. This is useful for accessing the resources that are published by this application.
java.net.URL url = new java.net.URL(baseURL + "/2014/federations/{fedNickname}/awardTypes");
JAXBContext context = JAXBContext.newInstance( byte[].class );
java.net.URLConnection connection = url.openConnection();
connection.connect();
Unmarshaller unmarshaller = context.createUnmarshaller();
AwardTypesDTO result = (AwardTypesDTO) unmarshaller.unmarshal( connection.getInputStream() );
//handle the result as needed...
jakarta.ws.rs.client.Client client = jakarta.ws.rs.client.ClientBuilder.newClient();
AwardTypesDTO result = client.target(baseUrl + "/2014/federations/{fedNickname}/awardTypes")
.get(AwardTypesDTO.class);
//handle the result as needed...
| name | size | description |
|---|---|---|
| nu.liga.portal.rs-xml-client.jar | 585.52K | The binaries for the Java XML client library. |
| nu.liga.portal.rs-xml-client-xml-sources.jar | 439.39K | The sources for the Java XML client library. |
Created July 16, 2026
| name | size | description |
|---|---|---|
| lkreports.xsd | 4.99K |
Created July 16, 2026
| name | size | description |
|---|---|---|
| matches.xsd | 974.00bytes |
Created July 16, 2026
| name | size | description |
|---|---|---|
| ns0.xsd | 118.82K |
Created July 16, 2026
| name | size | description |
|---|---|---|
| ns1.xsd | 1.28K |
Created July 16, 2026
| name | size | description |
|---|---|---|
| players.xsd | 7.49K |
Created July 16, 2026
| name | size | description |
|---|---|---|
| tournaments.xsd | 41.28K |
Created July 16, 2026
| name | size | description |
|---|---|---|
| verband.xsd | 19.79K |