@Path(value="/uaal/spaces/{id}/service/callers") public class Callers extends Object
Constructor and Description |
---|
Callers() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
addCallerResource(String id,
Caller cer) |
Caller |
getCallerResourceLocator() |
ArrayList<Caller> |
getCallers() |
Callers |
getCallersResource(String id) |
javax.ws.rs.core.Link |
getSelf() |
void |
setCallers(ArrayList<Caller> callers) |
void |
setSelf(javax.ws.rs.core.Link self) |
public javax.ws.rs.core.Link getSelf()
public void setSelf(javax.ws.rs.core.Link self)
@GET @Produces(value="application/json, application/xml;charset=UTF-8;version=1, text/xml;charset=UTF-8;version=1, application/octet-stream") public Callers getCallersResource(@PathParam(value="id") String id)
@POST @Consumes(value="application/json, application/xml;charset=UTF-8;version=1, text/xml;charset=UTF-8;version=1, application/octet-stream") public javax.ws.rs.core.Response addCallerResource(@PathParam(value="id") String id, Caller cer) throws URISyntaxException
URISyntaxException
@Path(value="/{subid}") @Produces(value="application/json, application/xml;charset=UTF-8;version=1, text/xml;charset=UTF-8;version=1, application/octet-stream") public Caller getCallerResourceLocator()
Copyright © 2018 universAAL Consortium. All rights reserved.