@Path(value="REST") public class REST extends Object
| Constructor and Description |
|---|
REST() |
| Modifier and Type | Method and Description |
|---|---|
Object |
serveFileUpload(String methodString,
String destinationID,
String subPath) |
@POST
@Path(value="/{method}/{destinationId}/{subPath: .*}")
@Consumes(value="*/*")
@Produces(value="application/json")
public Object serveFileUpload(@PathParam(value="method")
String methodString,
@PathParam(value="destinationId")
String destinationID,
@PathParam(value="subPath")
String subPath)
Copyright © 2017. All Rights Reserved.