@ResourceResolver(value="base64")
public static class DefaultResourceResolvers.Base64Resolver
extends org.apache.camel.support.ResourceResolverSupport
ResourceResolver that resolves a Resource from a base64 encoded string.| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEME |
| Constructor and Description |
|---|
Base64Resolver() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.spi.Resource |
createResource(String location,
String remaining) |
getCamelContext, getLogger, getRemaining, getSupportedScheme, resolve, setCamelContextbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doStart, doStop, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String SCHEME
Apache Camel