@Path(value="/bookings") public class BookingService extends Object
| Constructor and Description |
|---|
BookingService(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
bookingsGet(org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
bookingsOptions() |
javax.ws.rs.core.Response |
bookingsPost(org.wso2.msf4j.Request request) |
public BookingService(Properties properties)
@OPTIONS public javax.ws.rs.core.Response bookingsOptions()
@GET
public javax.ws.rs.core.Response bookingsGet(@Context
org.wso2.msf4j.Request request)
@POST
public javax.ws.rs.core.Response bookingsPost(@Context
org.wso2.msf4j.Request request)
throws IOException
IOExceptionCopyright © 2023 WSO2. All rights reserved.