Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.camel.util Classes and Interfaces - 116 results found.
NameDescriptionTypePackageFramework
AbstractApiComponentAbstract base class for API Component Camel Component classes.Classorg.apache.camel.util.componentApache Camel
AbstractApiConsumerAbstract base class for API Component Consumers.Classorg.apache.camel.util.componentApache Camel
AbstractApiEndpointAbstract base class for API Component Endpoints.Classorg.apache.camel.util.componentApache Camel
AbstractApiProducerClassorg.apache.camel.util.componentApache Camel
AggregationStrategiesToolbox class to create commonly used Aggregation Strategies in a fluent manner.Classorg.apache.camel.util.toolboxApache Camel
AliasedX509ExtendedKeyManagerKeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be used both with server and client socketsClassorg.apache.camel.util.jsseApache Camel
AntPathMatcherPathMatcher implementation for Ant-style path patterns.Classorg.apache.camel.utilApache Camel
ApiCollectionBase class for a collection of ApiMethods.Classorg.apache.camel.util.componentApache Camel
ApiConsumerHelperUtility class for API Consumers.Classorg.apache.camel.util.componentApache Camel
ApiMethodInterface for proxy methods.Interfaceorg.apache.camel.util.componentApache Camel
ApiMethodHelperHelper class for working with ApiMethod.Classorg.apache.camel.util.componentApache Camel
ApiMethodHelper .MatchTypeClassorg.apache.camel.util.component.ApiMethodHelperApache Camel
ApiMethodImplDelegate class for ApiMethod.Classorg.apache.camel.util.componentApache Camel
ApiMethodParserParser base class for generating ApiMethod enumerations.Classorg.apache.camel.util.componentApache Camel
ApiMethodParser .ApiMethodModelClassorg.apache.camel.util.component.ApiMethodParserApache Camel
ApiMethodParser .ArgumentClassorg.apache.camel.util.component.ApiMethodParserApache Camel
ApiMethodPropertiesHelperHelper class to work with ApiMethod arguments to be extended by components.Classorg.apache.camel.util.componentApache Camel
ApiNameMarker interface for ApiName enumerations.Interfaceorg.apache.camel.util.componentApache Camel
ArgumentSubstitutionParserAdds support for parameter name substitutions.Classorg.apache.camel.util.componentApache Camel
ArgumentSubstitutionParser .SubstitutionClassorg.apache.camel.util.component.ArgumentSubstitutionParserApache Camel
AsyncProcessorConverterHelperA simple converter that can convert any Processor to an AsyncProcessor.Classorg.apache.camel.utilApache Camel
AsyncProcessorHelperHelper methods for AsyncProcessor objects.Classorg.apache.camel.utilApache Camel
AtomicExceptionConvenience class for holding an Exception in a thread-safe waySee Also:Serialized FormClassorg.apache.camel.util.concurrentApache Camel
AtomicExchangeConvenience class for holding an Exchange in a thread-safe waySee Also:Serialized FormClassorg.apache.camel.util.concurrentApache Camel
BaseSSLContextParametersRepresents configuration options that can be applied in the client-side or server-side context depending on what they are applied to.Classorg.apache.camel.util.jsseApache Camel
BaseSSLContextParameters .SSLContextDecoratorMakes a decorated SSLContext appear as a normal SSLContext.Classorg.apache.camel.util.jsse.BaseSSLContextParametersApache Camel
BaseSSLContextParameters .SSLContextSpiDecorator Since SSLContext is an abstract class and requires an instance of SSLContextSpi, this class effectively wraps anClassorg.apache.camel.util.jsse.BaseSSLContextParametersApache Camel
BaseSSLContextParameters .SSLServerSocketFactoryDecoratorA decorator that enables the application of configuration options to be applied to created sockets even after this factory has been created andClassorg.apache.camel.util.jsse.BaseSSLContextParametersApache Camel
BaseSSLContextParameters .SSLSocketFactoryDecoratorA decorator that enables the application of configuration options to be applied to created sockets even after this factory has been created andClassorg.apache.camel.util.jsse.BaseSSLContextParametersApache Camel
CamelContextHelperClassorg.apache.camel.utilApache Camel
CamelContextStatDumpA model of a CamelContext stat dump from ManagedCamelContextMBean.Classorg.apache.camel.utilApache Camel
CamelInitialContextFactoryA factory of the Camel InitialContext which allows a Map to be used to create a This implementation is prototype based, by creating a new context on each call toClassorg.apache.camel.util.jndiApache Camel
CamelLoggerA logger which logs to a slf4j Logger.Classorg.apache.camel.utilApache Camel
CamelSingletonInitialContextFactoryA factory of the Camel InitialContext which allows a Map to be used to create a This implementation is singleton based, by creating a new context once, and reusing it on each call toClassorg.apache.camel.util.jndiApache Camel
CamelThreadFactoryThread factory which creates threads supporting a naming pattern.Classorg.apache.camel.util.concurrentApache Camel
CaseInsensitiveMapA map that uses case insensitive keys, but preserves the original key cases.Classorg.apache.camel.utilApache Camel
CastUtilsUtility methods for type casting.Classorg.apache.camel.utilApache Camel
CipherSuitesParametersRepresents a list of TLS/SSL cipher suite names.Classorg.apache.camel.util.jsseApache Camel
ClientAuthenticationenum ClientAuthenticationRepresents the options for the client authentication settings of a server socket.Classorg.apache.camel.util.jsseApache Camel
CollectionHelperClassorg.apache.camel.utilApache Camel
CollectionStringBufferA little helper class for converting a collection of values to a (usually comma separated) string.Classorg.apache.camel.utilApache Camel
EndpointHelperClassorg.apache.camel.utilApache Camel
EventHelperClassorg.apache.camel.utilApache Camel
ExchangeHelperClassorg.apache.camel.utilApache Camel
ExpressionComparatorAn implementation of Comparator that takes an Expression which is evaluated on each exchange to be comparedClassorg.apache.camel.utilApache Camel
ExpressionListComparatorAn implementation of Comparator which takes a list of Expression objects which is evaluatedClassorg.apache.camel.utilApache Camel
ExpressionToPredicateAdapterClassorg.apache.camel.utilApache Camel
FilePathResolverA resolver for file paths that supports resolving with system and environment properties.Classorg.apache.camel.utilApache Camel
FileUtilClassorg.apache.camel.utilApache Camel
FilterParametersRepresents a set of regular expression based filter patterns for including and excluding content of some type.Classorg.apache.camel.util.jsseApache Camel
FilterParameters .PatternsAn immutable collection of compiled includes and excludes filter Patterns.Classorg.apache.camel.util.jsse.FilterParametersApache Camel
FlexibleAggregationStrategyThe Flexible Aggregation Strategy is a highly customizable, fluently configurable aggregation strategy.Classorg.apache.camel.util.toolboxApache Camel
FlexibleAggregationStrategy .TimeoutAwareMixinInterfaceorg.apache.camel.util.toolbox.FlexibleAggregationStrategyApache Camel
GroupIteratorGroup based Iterator which groups the given Iterator a number of times and then return a combined response as a String.Classorg.apache.camel.utilApache Camel
GZIPHelperHelper class to help wrapping content into GZIP input and output streams.Classorg.apache.camel.utilApache Camel
HostUtilsClassorg.apache.camel.utilApache Camel
InetAddressUtilClassorg.apache.camel.utilApache Camel
IntrospectionSupportHelper for introspections of beans.Classorg.apache.camel.utilApache Camel
IntrospectionSupport .ClassInfoStructure of an introspected class.Classorg.apache.camel.util.IntrospectionSupportApache Camel
IntrospectionSupport .MethodInfoStructure of an introspected method.Classorg.apache.camel.util.IntrospectionSupportApache Camel
IOHelperClassorg.apache.camel.utilApache Camel
JndiContextA default JNDI contextVersion:See Also:Serialized FormClassorg.apache.camel.util.jndiApache Camel
JsonSchemaHelperA helper class for JSON schema.Classorg.apache.camel.utilApache Camel
JsseParametersBase class that provides optional integration with core Camel capabilities.Classorg.apache.camel.util.jsseApache Camel
KeyManagersParametersA representation of configuration options for creating and loading KeyManager instance(s).Classorg.apache.camel.util.jsseApache Camel
KeyStoreParametersClassorg.apache.camel.util.jsseApache Camel
KeyValueHolderHolder for a key and value.Classorg.apache.camel.utilApache Camel
LoadPropertiesExceptionRepresents a failure to open a Properties file at a given URLSee Also:Serialized FormClassorg.apache.camel.utilApache Camel
LRUCacheA Least Recently Used Cache.Classorg.apache.camel.utilApache Camel
LRUSoftCacheA Least Recently Used Cache which uses SoftReference.Classorg.apache.camel.utilApache Camel
LRUWeakCacheA Least Recently Used Cache which uses WeakReference.Classorg.apache.camel.utilApache Camel
MessageDumpA model of a message dump from MessageHelper.Classorg.apache.camel.utilApache Camel
MessageDump .BodyA model of a message dump body.Classorg.apache.camel.util.MessageDumpApache Camel
MessageDump .HeaderA model of a message dump header.Classorg.apache.camel.util.MessageDumpApache Camel
MessageHelperSome helper methods when working with Message.Classorg.apache.camel.utilApache Camel
ObjectHelperClassorg.apache.camel.utilApache Camel
OgnlHelperHelper for Camel OGNL (Object-Graph Navigation Language) expressions.Classorg.apache.camel.utilApache Camel
OrderedComparatorClassorg.apache.camel.utilApache Camel
PackageHelperSome helper methods for working with Java packages and versioning.Classorg.apache.camel.utilApache Camel
PlatformHelperUtility dedicated for resolving runtime information related to the platform on which Camel is currently running.Classorg.apache.camel.utilApache Camel
PredicateAssertHelperA helper for doing Predicate assertions.Classorg.apache.camel.utilApache Camel
PredicateToExpressionAdapterClassorg.apache.camel.utilApache Camel
ProcessorStatDumpA model of a route stat dump from ManagedRouteMBean.Classorg.apache.camel.utilApache Camel
PropertiesInterceptorIntercepts Property values used to invoke API Method.Interfaceorg.apache.camel.util.componentApache Camel
PropertyNamesInterceptorIntercepts Property names used to find methods.Interfaceorg.apache.camel.util.componentApache Camel
ReflectionHelperHelper for working with reflection on classes.Classorg.apache.camel.utilApache Camel
ReflectionHelper .FieldCallbackCallback interface invoked on each field in the hierarchy.Interfaceorg.apache.camel.util.ReflectionHelperApache Camel
ReflectionHelper .MethodCallbackAction to take on each method.Interfaceorg.apache.camel.util.ReflectionHelperApache Camel
ReflectionInjectorA simple implementation of Injector which just uses reflection to instantiate new objects using their zero argument constructor.Classorg.apache.camel.utilApache Camel
RejectableFutureTaskA Rejectable FutureTask used by RejectableThreadPoolExecutor.Classorg.apache.camel.util.concurrentApache Camel
RejectableScheduledThreadPoolExecutorScheduled thread pool executor that creates RejectableFutureTask instead of FutureTask when registering new tasks for execution.Classorg.apache.camel.util.concurrentApache Camel
RejectableThreadPoolExecutorThread pool executor that creates RejectableFutureTask instead of FutureTask when registering new tasks for execution.Classorg.apache.camel.util.concurrentApache Camel
ResourceHelperHelper class for loading resources on the classpath or file system.Classorg.apache.camel.utilApache Camel
ResultInterceptorIntercepts API method invocation result Exchange.Interfaceorg.apache.camel.util.componentApache Camel
RouteStatDumpA model of a route stat dump from ManagedRouteMBean.Classorg.apache.camel.utilApache Camel
SecureRandomParametersClassorg.apache.camel.util.jsseApache Camel
SecureSocketProtocolsParametersRepresents a list of TLS/SSL cipher suite names.Classorg.apache.camel.util.jsseApache Camel
ServiceHelperA collection of helper methods for working with Service objects.Classorg.apache.camel.utilApache Camel
SizedScheduledExecutorServiceA sized ScheduledExecutorService which will reject executing tasks if the task queue is full.Classorg.apache.camel.util.concurrentApache Camel
SSLContextClientParametersConfiguration model for client side JSSE options.Classorg.apache.camel.util.jsseApache Camel
SSLContextParametersRepresents SSLContext configuration options used in instantiating an SSLContext instance.Classorg.apache.camel.util.jsseApache Camel
SSLContextServerParametersClassorg.apache.camel.util.jsseApache Camel
StopWatchA very simple stop watch.Classorg.apache.camel.utilApache Camel
StringHelperHelper methods for working with Strings.Classorg.apache.camel.utilApache Camel
StringQuoteHelperUtility class for parsing quoted string which is intended for parameters, separated by comma.Classorg.apache.camel.utilApache Camel
SubmitOrderedCompletionServiceA CompletionService that orders the completed tasks in the same order as they where submitted.Classorg.apache.camel.util.concurrentApache Camel
SynchronousExecutorServiceA synchronous ExecutorService which always invokes the task in the caller thread (just a thread pool facade).Classorg.apache.camel.util.concurrentApache Camel
ThreadHelperVarious helper method for thread naming.Classorg.apache.camel.util.concurrentApache Camel
TimeClassorg.apache.camel.utilApache Camel
TimeUtilsClassorg.apache.camel.utilApache Camel
TrustManagersParametersClassorg.apache.camel.util.jsseApache Camel
UnitOfWorkHelperClassorg.apache.camel.utilApache Camel
UnitUtilsClassorg.apache.camel.utilApache Camel
UnsafeUriCharactersEncoderEncoder for unsafe URI characters.Classorg.apache.camel.utilApache Camel
URISupportClassorg.apache.camel.utilApache Camel
ValueHolderHolder object for a given value.Classorg.apache.camel.utilApache Camel