Class OaipmhResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.oaipmh.it.OaipmhResource
-
@Path("/oaipmh") @ApplicationScoped public class OaipmhResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.CamelContextcontext(package private) org.apache.camel.ProducerTemplateproducerTemplate
-
Constructor Summary
Constructors Constructor Description OaipmhResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>consumerListRecords()List<String>consumerListRecordsHttps()List<String>consumerListRecordsParticularCase()List<String>producerGetRecord(String oaimphIdentifier)List<String>producerListRecords()
-
-
-
Method Detail
-
consumerListRecords
@Path("/consumerListRecords") @GET @Produces("application/json") public List<String> consumerListRecords()
-
consumerListRecordsParticularCase
@Path("/consumerListRecordsParticularCase") @GET @Produces("application/json") public List<String> consumerListRecordsParticularCase()
-
consumerListRecordsHttps
@Path("/consumerIdentifyHttps") @GET @Produces("application/json") public List<String> consumerListRecordsHttps()
-
producerListRecords
@Path("/producerListRecords") @GET @Produces("application/json") public List<String> producerListRecords()
-
-