@Path(value="/example/xml") @Produces(value="application/xml") @Consumes(value="application/xml") public class ExampleXmlService extends Object
| Constructor and Description |
|---|
ExampleXmlService() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getExample() |
javax.ws.rs.core.Response |
postExample(SomeObject someObject) |
@POST public javax.ws.rs.core.Response postExample(SomeObject someObject)
@GET public javax.ws.rs.core.Response getExample()
Copyright © 2018. All rights reserved.