Package org.fcrepo.camel.httpforwarding
Class FcrepoHttpForwardingConfig
- java.lang.Object
-
- org.fcrepo.camel.common.config.BasePropsConfig
-
- org.fcrepo.camel.httpforwarding.FcrepoHttpForwardingConfig
-
@Configuration @Conditional(org.fcrepo.camel.httpforwarding.FcrepoHttpForwardingConfig.HttpForwardingingEnabled.class) public class FcrepoHttpForwardingConfig extends org.fcrepo.camel.common.config.BasePropsConfig
A configuration class for the Http Indexer service- Author:
- Geoff Scholl, Demian Katz
-
-
Constructor Summary
Constructors Constructor Description FcrepoHttpForwardingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilterContainers()StringgetHttpAuthPassword()StringgetHttpAuthUsername()StringgetHttpBaseUrl()StringgetInputStream()StringgetReindexStream()org.apache.camel.component.http.HttpComponenthttp()org.apache.camel.builder.RouteBuilderhttpRoute()org.apache.camel.component.http.HttpComponenthttps()
-
-
-
Constructor Detail
-
FcrepoHttpForwardingConfig
public FcrepoHttpForwardingConfig()
-
-
Method Detail
-
getInputStream
public String getInputStream()
-
getReindexStream
public String getReindexStream()
-
getFilterContainers
public String getFilterContainers()
-
getHttpBaseUrl
public String getHttpBaseUrl()
-
getHttpAuthUsername
public String getHttpAuthUsername()
-
getHttpAuthPassword
public String getHttpAuthPassword()
-
http
@Bean(name="http") public org.apache.camel.component.http.HttpComponent http()
-
https
@Bean(name="https") public org.apache.camel.component.http.HttpComponent https()
-
httpRoute
@Bean public org.apache.camel.builder.RouteBuilder httpRoute()
-
-