A B C D E G H I L M N O P R S T U V 
All Classes All Packages

A

AbstractCamelCatalog - Class in org.apache.camel.catalog.impl
Base class for both the runtime RuntimeCamelCatalog from camel-core and the complete CamelCatalog from camel-catalog.
AbstractCamelCatalog() - Constructor for class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
after(String, String) - Static method in class org.apache.camel.catalog.impl.CatalogHelper
Returns the string after the given token
asEndpointUri(String, Map<String, String>, boolean) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
asEndpointUriXml(String, Map<String, String>, boolean) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 

B

before(String, String) - Static method in class org.apache.camel.catalog.impl.CatalogHelper
Returns the string before the given token
between(String, String, String) - Static method in class org.apache.camel.catalog.impl.CatalogHelper
Returns the string between the given tokens

C

CamelContextJSonSchemaResolver - Class in org.apache.camel.catalog.impl
Uses runtime CamelContext to resolve the JSON schema files.
CamelContextJSonSchemaResolver(CamelContext) - Constructor for class org.apache.camel.catalog.impl.CamelContextJSonSchemaResolver
 
CatalogHelper - Class in org.apache.camel.catalog.impl
 
componentJSonSchema(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
componentJSonSchema(String) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
componentModel(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
componentModel(String) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
createQueryString(Map<String, String>, String, boolean) - Static method in class org.apache.camel.catalog.impl.URISupport
Assembles a query from the given map.

D

dataFormatJSonSchema(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
dataFormatJSonSchema(String) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
dataFormatModel(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
dataFormatModel(String) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
DefaultRuntimeCamelCatalog - Class in org.apache.camel.catalog.impl
Default RuntimeCamelCatalog.
DefaultRuntimeCamelCatalog() - Constructor for class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 

E

eipModel(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
eipModel(String) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
encode(String) - Static method in class org.apache.camel.catalog.impl.UnsafeUriCharactersEncoder
 
encode(String, boolean) - Static method in class org.apache.camel.catalog.impl.UnsafeUriCharactersEncoder
 
encode(String, BitSet) - Static method in class org.apache.camel.catalog.impl.UnsafeUriCharactersEncoder
 
encode(String, BitSet, boolean) - Static method in class org.apache.camel.catalog.impl.UnsafeUriCharactersEncoder
 
encodeHttpURI(String) - Static method in class org.apache.camel.catalog.impl.UnsafeUriCharactersEncoder
 
encodeHttpURI(String, boolean) - Static method in class org.apache.camel.catalog.impl.UnsafeUriCharactersEncoder
 
endpointComponentName(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
endpointLenientProperties(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
endpointProperties(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
equals(Object) - Method in class org.apache.camel.catalog.impl.Pair
 
extractProperties(Map<String, Object>, String) - Static method in class org.apache.camel.catalog.impl.URISupport
 

G

getCamelContext() - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
getComponentJSonSchema(String) - Method in class org.apache.camel.catalog.impl.CamelContextJSonSchemaResolver
 
getDataFormatJSonSchema(String) - Method in class org.apache.camel.catalog.impl.CamelContextJSonSchemaResolver
 
getJSonSchemaResolver() - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
getLanguageJSonSchema(String) - Method in class org.apache.camel.catalog.impl.CamelContextJSonSchemaResolver
 
getLeft() - Method in class org.apache.camel.catalog.impl.Pair
 
getMainJsonSchema() - Method in class org.apache.camel.catalog.impl.CamelContextJSonSchemaResolver
 
getModelJSonSchema(String) - Method in class org.apache.camel.catalog.impl.CamelContextJSonSchemaResolver
 
getOtherJSonSchema(String) - Method in class org.apache.camel.catalog.impl.CamelContextJSonSchemaResolver
 
getRight() - Method in class org.apache.camel.catalog.impl.Pair
 
getSuggestionStrategy() - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 

H

hashCode() - Method in class org.apache.camel.catalog.impl.Pair
 

I

isEmpty(Object) - Static method in class org.apache.camel.catalog.impl.CatalogHelper
Tests whether the value is null or an empty string.
isEmpty(Object) - Static method in class org.apache.camel.catalog.impl.URISupport
Tests whether the value is null or an empty string.
isNotEmpty(Object) - Static method in class org.apache.camel.catalog.impl.CatalogHelper
Tests whether the value is not null or an empty string.
isNotEmpty(Object) - Static method in class org.apache.camel.catalog.impl.URISupport
Tests whether the value is not null or an empty string.
isRaw(int, List<Pair<Integer>>) - Static method in class org.apache.camel.catalog.impl.URISupport
 

L

languageJSonSchema(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
languageJSonSchema(String) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
languageModel(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
languageModel(String) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
loadLines(InputStream) - Static method in class org.apache.camel.catalog.impl.CatalogHelper
Loads the entire stream into memory as a String and returns it.
loadLines(InputStream, List<String>) - Static method in class org.apache.camel.catalog.impl.CatalogHelper
Loads the entire stream into memory as a String and returns it.
loadText(InputStream) - Static method in class org.apache.camel.catalog.impl.CatalogHelper
Loads the entire stream into memory as a String and returns it.

M

mainJSonSchema() - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
mainJSonSchema() - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
mainModel() - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
mainModel() - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
matchWildcard(String, String) - Static method in class org.apache.camel.catalog.impl.CatalogHelper
Matches the name with the pattern.
modelJSonSchema(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
modelJSonSchema(String) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 

N

normalizeUri(String) - Static method in class org.apache.camel.catalog.impl.URISupport
Normalizes the URI so unsafe characters is encoded

O

org.apache.camel.catalog.impl - package org.apache.camel.catalog.impl
 
otherJSonSchema(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
otherJSonSchema(String) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
otherModel(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
otherModel(String) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 

P

Pair<T> - Class in org.apache.camel.catalog.impl
Copied from org.apache.camel.util.Pair
Pair(T, T) - Constructor for class org.apache.camel.catalog.impl.Pair
 
parseParameters(URI) - Static method in class org.apache.camel.catalog.impl.URISupport
Parses the query parameters of the uri (eg the query part).
parseQuery(String) - Static method in class org.apache.camel.catalog.impl.URISupport
Parses the query part of the uri (eg the parameters).
parseQuery(String, boolean) - Static method in class org.apache.camel.catalog.impl.URISupport
Parses the query part of the uri (eg the parameters).

R

RAW_TOKEN_END - Static variable in class org.apache.camel.catalog.impl.URISupport
 
RAW_TOKEN_PREFIX - Static variable in class org.apache.camel.catalog.impl.URISupport
 
RAW_TOKEN_START - Static variable in class org.apache.camel.catalog.impl.URISupport
 
removeLeadingAndEndingQuotes(String) - Static method in class org.apache.camel.catalog.impl.CatalogHelper
Removes all leading and ending quotes (single and double) from the string

S

scanRaw(String) - Static method in class org.apache.camel.catalog.impl.URISupport
 
setCamelContext(CamelContext) - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
setClassLoader(ClassLoader) - Method in class org.apache.camel.catalog.impl.CamelContextJSonSchemaResolver
 
setJSonSchemaResolver(JSonSchemaResolver) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
setSuggestionStrategy(SuggestionStrategy) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
start() - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
stop() - Method in class org.apache.camel.catalog.impl.DefaultRuntimeCamelCatalog
 
stripPrefix(String, String) - Static method in class org.apache.camel.catalog.impl.URISupport
Strips the prefix from the value.
stripQuery(String) - Static method in class org.apache.camel.catalog.impl.URISupport
Strips the query parameters from the uri

T

TimePatternConverter - Class in org.apache.camel.catalog.impl
This class is a copy from camel-core so we can use it independent to validate uris with time patterns
toMilliSeconds(String) - Static method in class org.apache.camel.catalog.impl.TimePatternConverter
 
toString() - Method in class org.apache.camel.catalog.impl.Pair
 

U

UnsafeUriCharactersEncoder - Class in org.apache.camel.catalog.impl
Encoder for unsafe URI characters.
URISupport - Class in org.apache.camel.catalog.impl
Copied from org.apache.camel.util.URISupport

V

validateConfigurationProperty(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
validateEndpointProperties(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
validateEndpointProperties(String, boolean) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
validateEndpointProperties(String, boolean, boolean, boolean) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
validateLanguageExpression(ClassLoader, String, String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
validateLanguagePredicate(ClassLoader, String, String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
validateProperties(String, Map<String, String>) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
validateTimePattern(String) - Method in class org.apache.camel.catalog.impl.AbstractCamelCatalog
 
A B C D E G H I L M N O P R S T U V 
All Classes All Packages