| Modifier and Type | Method and Description |
|---|---|
static FopOutputType |
FopOutputType.asFooOutputType(String outputFormatExtended) |
FopOutputType |
FopEndpoint.getOutputType() |
static FopOutputType |
FopOutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FopOutputType[] |
FopOutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FopEndpoint.setOutputType(FopOutputType outputType)
The primary output format is PDF but other output formats are also supported.
|
| Constructor and Description |
|---|
FopEndpoint(String uri,
FopComponent component,
FopOutputType outputType) |
Apache Camel