- FCREPO_BASE_URL - Static variable in class org.fcrepo.camel.FcrepoHeaders
-
- FCREPO_IDENTIFIER - Static variable in class org.fcrepo.camel.FcrepoHeaders
-
- FCREPO_NAMED_GRAPH - Static variable in class org.fcrepo.camel.FcrepoHeaders
-
- FCREPO_PREFER - Static variable in class org.fcrepo.camel.FcrepoHeaders
-
- FCREPO_TRANSFORM - Static variable in class org.fcrepo.camel.FcrepoHeaders
-
- FcrepoClient - Class in org.fcrepo.camel
-
Represents a client to interact with Fedora's HTTP API.
- FcrepoClient(String, String, String, Boolean) - Constructor for class org.fcrepo.camel.FcrepoClient
-
Create a FcrepoClient with a set of authentication values.
- FcrepoComponent - Class in org.fcrepo.camel
-
- FcrepoComponent() - Constructor for class org.fcrepo.camel.FcrepoComponent
-
Create a FcrepoComponent independent of a CamelContext.
- FcrepoComponent(CamelContext) - Constructor for class org.fcrepo.camel.FcrepoComponent
-
Given a CamelContext, create a FcrepoComponent instance.
- FcrepoComponent(FcrepoConfiguration) - Constructor for class org.fcrepo.camel.FcrepoComponent
-
Given a FcrepoConfiguration, create a FcrepoComponent instance.
- FcrepoConfiguration - Class in org.fcrepo.camel
-
An FcrepoConfiguration class.
- FcrepoConfiguration() - Constructor for class org.fcrepo.camel.FcrepoConfiguration
-
Create a new FcrepoConfiguration object
- FcrepoEndpoint - Class in org.fcrepo.camel
-
Represents a Fcrepo endpoint.
- FcrepoEndpoint(String, String, FcrepoComponent, FcrepoConfiguration) - Constructor for class org.fcrepo.camel.FcrepoEndpoint
-
Create a FcrepoEndpoint with a uri, path and component
- FcrepoHeaders - Class in org.fcrepo.camel
-
- FcrepoOperationFailedException - Exception in org.fcrepo.camel
-
Represents a failure of the underlying HTTP client's interaction with fedora.
- FcrepoOperationFailedException(URI, int, String) - Constructor for exception org.fcrepo.camel.FcrepoOperationFailedException
-
Create an FcrepoOperationFailedException
- FcrepoProducer - Class in org.fcrepo.camel
-
The Fedora producer.
- FcrepoProducer(FcrepoEndpoint) - Constructor for class org.fcrepo.camel.FcrepoProducer
-
Create a FcrepoProducer object
- FcrepoResponse - Class in org.fcrepo.camel
-
Represents a response from a fedora repository using a
FcrepoClient.
- FcrepoResponse(URI, int, String, URI, InputStream) - Constructor for class org.fcrepo.camel.FcrepoResponse
-
Create a FcrepoResponse object from the http response