@Path(value="/realtypes") public class ResourceWithRealTypes extends Object
| Constructor and Description |
|---|
ResourceWithRealTypes() |
| Modifier and Type | Method and Description |
|---|---|
ProducedJsonValue |
getWithQueryParameters(ConsumedValue consumed)
Deprecated.
|
ProducedValue |
postWithQueryParameters(ConsumedValue consumed)
Deprecated.
|
@Path(value="xml") @POST @Consumes(value="application/xml") @Produces(value="application/xml") @Deprecated public ProducedValue postWithQueryParameters(ConsumedValue consumed)
@Path(value="json") @GET @Produces(value="application/json") @Deprecated public ProducedJsonValue getWithQueryParameters(ConsumedValue consumed)
Copyright © 2018 Mulesoft. All rights reserved.