| Package | Description |
|---|---|
| org.apache.camel.dataformat.any23 | |
| org.apache.camel.dataformat.any23.utils |
| Modifier and Type | Method and Description |
|---|---|
Any23OutputFormat |
Any23DataFormat.getOutputFormat() |
static Any23OutputFormat |
Any23OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Any23OutputFormat[] |
Any23OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Any23DataFormat |
Any23DataFormat.setOutputFormat(Any23OutputFormat outputFormat) |
| Constructor and Description |
|---|
Any23DataFormat(Any23OutputFormat outputFormat,
String baseURI) |
Any23DataFormat(Map<String,String> configurations,
Any23OutputFormat outputFormat,
String baseURI) |
Any23DataFormat(Map<String,String> configurations,
List<String> extractors,
Any23OutputFormat outputFormat,
String baseURI) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.any23.writer.TripleHandler |
Any23Utils.obtainHandler(Any23OutputFormat format,
OutputStream outputStream) |
Apache Camel