Package org.fcrepo.camel.reindexing
Class RestProcessor
- java.lang.Object
-
- org.fcrepo.camel.reindexing.RestProcessor
-
- All Implemented Interfaces:
org.apache.camel.Processor
public class RestProcessor extends Object implements org.apache.camel.Processor
A processor that converts the REST uri into the identifying path for an fcrepo node. This assumes that the `rest.prefix` value is stored in the CamelFcrepoRestPrefix header.- Author:
- Aaron Coburn
-
-
Constructor Summary
Constructors Constructor Description RestProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.apache.camel.Exchange exchange)Convert the incoming REST request into the correct Fcrepo header fields.
-
-
-
Constructor Detail
-
RestProcessor
public RestProcessor()
-
-