Index

A B C D F G I J M O P R S T V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

asFooOutputType(String) - Static method in enum class org.apache.camel.component.fop.FopOutputType
 

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.fop.FopEndpointUriFactory
 

C

CAMEL_FOP_ENCRYPT - Static variable in interface org.apache.camel.component.fop.FopConstants
 
CAMEL_FOP_OUTPUT_FORMAT - Static variable in interface org.apache.camel.component.fop.FopConstants
 
CAMEL_FOP_RENDER - Static variable in interface org.apache.camel.component.fop.FopConstants
 
CAMEL_FOP_RENDERER_OPTIONS - Static variable in interface org.apache.camel.component.fop.FopConstants
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.fop.FopComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.fop.FopEndpointConfigurer
 
createConsumer(Processor) - Method in class org.apache.camel.component.fop.FopEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.fop.FopComponent
 
createProducer() - Method in class org.apache.camel.component.fop.FopEndpoint
 

D

doInit() - Method in class org.apache.camel.component.fop.FopEndpoint
 
doStart() - Method in class org.apache.camel.component.fop.FopEndpoint
 

F

FopComponent - Class in org.apache.camel.component.fop
Represents the component that manages FopEndpoint.
FopComponent() - Constructor for class org.apache.camel.component.fop.FopComponent
 
FopComponentConfigurer - Class in org.apache.camel.component.fop
Generated by camel build tools - do NOT edit this file!
FopComponentConfigurer() - Constructor for class org.apache.camel.component.fop.FopComponentConfigurer
 
FopConfigException - Exception in org.apache.camel.component.fop
Fop configuration exception.
FopConfigException(String) - Constructor for exception org.apache.camel.component.fop.FopConfigException
 
FopConfigException(Throwable) - Constructor for exception org.apache.camel.component.fop.FopConfigException
 
FopConstants - Interface in org.apache.camel.component.fop
 
FopEndpoint - Class in org.apache.camel.component.fop
Render messages into PDF and other output formats supported by Apache FOP.
FopEndpoint(String, FopComponent, FopOutputType) - Constructor for class org.apache.camel.component.fop.FopEndpoint
 
FopEndpointConfigurer - Class in org.apache.camel.component.fop
Generated by camel build tools - do NOT edit this file!
FopEndpointConfigurer() - Constructor for class org.apache.camel.component.fop.FopEndpointConfigurer
 
FopEndpointUriFactory - Class in org.apache.camel.component.fop
Generated by camel build tools - do NOT edit this file!
FopEndpointUriFactory() - Constructor for class org.apache.camel.component.fop.FopEndpointUriFactory
 
FopOutputType - Enum Class in org.apache.camel.component.fop
 
FopProducer - Class in org.apache.camel.component.fop
The Fop producer.
FopProducer(FopEndpoint, FopFactory, String) - Constructor for class org.apache.camel.component.fop.FopProducer
 

G

getFopFactory() - Method in class org.apache.camel.component.fop.FopEndpoint
 
getFormatExtended() - Method in enum class org.apache.camel.component.fop.FopOutputType
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.fop.FopComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.fop.FopEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.fop.FopComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.fop.FopEndpointConfigurer
 
getOutputType() - Method in class org.apache.camel.component.fop.FopEndpoint
 
getUserConfigURL() - Method in class org.apache.camel.component.fop.FopEndpoint
 

I

isEnabled(String) - Method in class org.apache.camel.component.fop.FopEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.fop.FopEndpointUriFactory
 

J

jpeg - Enum constant in enum class org.apache.camel.component.fop.FopOutputType
 

M

mif - Enum constant in enum class org.apache.camel.component.fop.FopOutputType
 
multiValuePrefixes() - Method in class org.apache.camel.component.fop.FopEndpointUriFactory
 

O

org.apache.camel.component.fop - package org.apache.camel.component.fop
 

P

pcl - Enum constant in enum class org.apache.camel.component.fop.FopOutputType
 
pdf - Enum constant in enum class org.apache.camel.component.fop.FopOutputType
 
png - Enum constant in enum class org.apache.camel.component.fop.FopOutputType
 
process(Exchange) - Method in class org.apache.camel.component.fop.FopProducer
 
propertyNames() - Method in class org.apache.camel.component.fop.FopEndpointUriFactory
 
ps - Enum constant in enum class org.apache.camel.component.fop.FopOutputType
 

R

rtf - Enum constant in enum class org.apache.camel.component.fop.FopOutputType
 

S

secretPropertyNames() - Method in class org.apache.camel.component.fop.FopEndpointUriFactory
 
setFopFactory(FopFactory) - Method in class org.apache.camel.component.fop.FopEndpoint
Allows to use a custom configured or implementation of org.apache.fop.apps.FopFactory.
setOutputType(FopOutputType) - Method in class org.apache.camel.component.fop.FopEndpoint
The primary output format is PDF but other output formats are also supported.
setUserConfigURL(String) - Method in class org.apache.camel.component.fop.FopEndpoint
The location of a configuration file which can be loaded from classpath or file system.
svg - Enum constant in enum class org.apache.camel.component.fop.FopOutputType
 

T

txt - Enum constant in enum class org.apache.camel.component.fop.FopOutputType
 

V

valueOf(String) - Static method in enum class org.apache.camel.component.fop.FopOutputType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.camel.component.fop.FopOutputType
Returns an array containing the constants of this enum class, in the order they are declared.

X

xml - Enum constant in enum class org.apache.camel.component.fop.FopOutputType
 
A B C D F G I J M O P R S T V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form