@Dataformat(value="base64")
public class Base64DataFormat
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.spi.DataFormat, org.apache.camel.spi.DataFormatName
| Constructor and Description |
|---|
Base64DataFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
String |
getDataFormatName() |
int |
getLineLength() |
byte[] |
getLineSeparator() |
boolean |
isUrlSafe() |
void |
marshal(org.apache.camel.Exchange exchange,
Object graph,
OutputStream stream) |
void |
setLineLength(int lineLength) |
void |
setLineSeparator(byte[] lineSeparator) |
void |
setUrlSafe(boolean urlSafe) |
Object |
unmarshal(org.apache.camel.Exchange exchange,
InputStream input) |
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, 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 String getDataFormatName()
getDataFormatName in interface org.apache.camel.spi.DataFormatNamepublic void marshal(org.apache.camel.Exchange exchange,
Object graph,
OutputStream stream)
throws Exception
marshal in interface org.apache.camel.spi.DataFormatExceptionpublic Object unmarshal(org.apache.camel.Exchange exchange, InputStream input) throws Exception
unmarshal in interface org.apache.camel.spi.DataFormatExceptionpublic int getLineLength()
public void setLineLength(int lineLength)
public byte[] getLineSeparator()
public void setLineSeparator(byte[] lineSeparator)
public boolean isUrlSafe()
public void setUrlSafe(boolean urlSafe)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.service.BaseServiceExceptionApache Camel