Serialized Form


Package org.apache.camel

Class org.apache.camel.AlreadyStoppedException extends CamelException implements Serializable

Class org.apache.camel.CamelException extends Exception implements Serializable

Class org.apache.camel.CamelExchangeException extends CamelException implements Serializable

serialVersionUID: -8721487431101572630L

Class org.apache.camel.CamelExecutionException extends RuntimeExchangeException implements Serializable

Class org.apache.camel.ExchangeTimedOutException extends CamelExchangeException implements Serializable

Serialized Fields

timeout

long timeout

Class org.apache.camel.ExpectedBodyTypeException extends RuntimeCamelException implements Serializable

Class org.apache.camel.ExpressionEvaluationException extends RuntimeCamelException implements Serializable

serialVersionUID: 2939802714638174540L

Class org.apache.camel.ExpressionIllegalSyntaxException extends RuntimeCamelException implements Serializable

Serialized Fields

expression

String expression

Class org.apache.camel.FailedToCreateConsumerException extends RuntimeCamelException implements Serializable

Serialized Fields

uri

String uri

Class org.apache.camel.FailedToCreateProducerException extends RuntimeCamelException implements Serializable

Serialized Fields

uri

String uri

Class org.apache.camel.InvalidPayloadException extends CamelExchangeException implements Serializable

Class org.apache.camel.InvalidPayloadRuntimeException extends RuntimeExchangeException implements Serializable

Class org.apache.camel.NoFactoryAvailableException extends IOException implements Serializable

Serialized Fields

uri

String uri

Class org.apache.camel.NoSuchBeanException extends RuntimeCamelException implements Serializable

serialVersionUID: -8721487431101572630L

Serialized Fields

name

String name

Class org.apache.camel.NoSuchEndpointException extends RuntimeCamelException implements Serializable

serialVersionUID: -8721487431101572630L

Serialized Fields

uri

String uri

Class org.apache.camel.NoSuchHeaderException extends CamelExchangeException implements Serializable

serialVersionUID: -8721487431101572630L

Serialized Fields

headerName

String headerName

Class org.apache.camel.NoSuchLanguageException extends RuntimeCamelException implements Serializable

serialVersionUID: -8721487431101572630L

Serialized Fields

language

String language

Class org.apache.camel.NoSuchPropertyException extends CamelExchangeException implements Serializable

serialVersionUID: -8721487431101572630L

Serialized Fields

propertyName

String propertyName

Class org.apache.camel.NoTypeConversionAvailableException extends CamelException implements Serializable

Class org.apache.camel.ResolveEndpointFailedException extends RuntimeCamelException implements Serializable

Serialized Fields

uri

String uri

Class org.apache.camel.RollbackExchangeException extends CamelExchangeException implements Serializable

Class org.apache.camel.RuntimeCamelException extends RuntimeException implements Serializable

serialVersionUID: 8046489554418284257L

Class org.apache.camel.RuntimeExchangeException extends RuntimeCamelException implements Serializable

serialVersionUID: -8721487431101572630L

Class org.apache.camel.RuntimeExpressionException extends RuntimeCamelException implements Serializable

serialVersionUID: -8417806626073055262L

Class org.apache.camel.RuntimeTransformException extends RuntimeCamelException implements Serializable

serialVersionUID: -8417806626073055262L

Class org.apache.camel.ValidationException extends CamelExchangeException implements Serializable


Package org.apache.camel.builder.xml

Class org.apache.camel.builder.xml.InvalidXPathExpression extends RuntimeExpressionException implements Serializable

Serialized Fields

xpath

String xpath

Package org.apache.camel.component.bean

Class org.apache.camel.component.bean.AmbiguousMethodCallException extends CamelExchangeException implements Serializable

Serialized Fields

methods

Collection<E> methods

Class org.apache.camel.component.bean.BeanInvocation extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Throws:
IOException

Class org.apache.camel.component.bean.MethodBean extends Object implements Serializable

Serialized Fields

name

String name

type

Class<T> type

parameterTypes

Class<T>[] parameterTypes

Package org.apache.camel.component.file

Class org.apache.camel.component.file.FileBinding extends Object implements Serializable

Serialized Fields

body

File body

content

byte[] content

Class org.apache.camel.component.file.GenericFile extends Object implements Serializable

Serialized Fields

endpointPath

String endpointPath

fileName

String fileName

fileNameOnly

String fileNameOnly

relativeFilePath

String relativeFilePath

absoluteFilePath

String absoluteFilePath

fileLength

long fileLength

lastModified

long lastModified

file

Object file

binding

GenericFileBinding<T> binding

absolute

boolean absolute

Class org.apache.camel.component.file.GenericFileOperationFailedException extends RuntimeCamelException implements Serializable

Serialized Fields

code

int code

reason

String reason

Package org.apache.camel.converter.jaxp

Class org.apache.camel.converter.jaxp.BytesSource extends StreamSource implements Serializable

Serialized Fields

data

byte[] data

Class org.apache.camel.converter.jaxp.StringSource extends StreamSource implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.apache.camel.converter.stream

Class org.apache.camel.converter.stream.SourceCache extends StringSource implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.apache.camel.impl

Class org.apache.camel.impl.DefaultExchangeHolder extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

inBody

Object inBody

outBody

Object outBody

faultBody

Object faultBody

inHeaders

Map<K,V> inHeaders

outHeaders

Map<K,V> outHeaders

properties

Map<K,V> properties

faultHeaders

Map<K,V> faultHeaders

exception

Exception exception

Class org.apache.camel.impl.DefaultProducerTemplate$10 extends Object implements Serializable

Class org.apache.camel.impl.DefaultProducerTemplate$12 extends Object implements Serializable

Class org.apache.camel.impl.DefaultProducerTemplate$14 extends Object implements Serializable

Class org.apache.camel.impl.ProxyInstantiationException extends RuntimeCamelException implements Serializable

Serialized Fields

type

Class<T> type

endpoint

Endpoint endpoint

Package org.apache.camel.language.bean

Class org.apache.camel.language.bean.RuntimeBeanExpressionException extends RuntimeExpressionException implements Serializable

Serialized Fields

exchange

Exchange exchange

bean

String bean

method

String method

Package org.apache.camel.processor

Class org.apache.camel.processor.DelayPolicy extends Object implements Serializable

Serialized Fields

delay

long delay

Class org.apache.camel.processor.RedeliveryPolicy extends DelayPolicy implements Serializable

Serialized Fields

maximumRedeliveries

int maximumRedeliveries

maximumRedeliveryDelay

long maximumRedeliveryDelay

backOffMultiplier

double backOffMultiplier

useExponentialBackOff

boolean useExponentialBackOff

collisionAvoidanceFactor

double collisionAvoidanceFactor

useCollisionAvoidance

boolean useCollisionAvoidance

retriesExhaustedLogLevel

LoggingLevel retriesExhaustedLogLevel

retryAttemptedLogLevel

LoggingLevel retryAttemptedLogLevel

logStackTrace

boolean logStackTrace

delayPattern

String delayPattern

Package org.apache.camel.processor.idempotent

Class org.apache.camel.processor.idempotent.NoMessageIdException extends RuntimeCamelException implements Serializable

Serialized Fields

exchange

Exchange exchange

expression

Expression expression

Package org.apache.camel.processor.interceptor

Class org.apache.camel.processor.interceptor.DefaultTraceEventMessage extends Object implements Serializable

Serialized Fields

timestamp

Date timestamp

fromEndpointUri

String fromEndpointUri

previousNode

String previousNode

toNode

String toNode

exchangeId

String exchangeId

shortExchangeId

String shortExchangeId

exchangePattern

String exchangePattern

properties

String properties

headers

String headers

body

String body

bodyType

String bodyType

outHeaders

String outHeaders

outBody

String outBody

outBodyType

String outBodyType

causedByException

String causedByException

Package org.apache.camel.processor.resequencer

Class org.apache.camel.processor.resequencer.Sequence extends TreeSet<E> implements Serializable

serialVersionUID: 5647393631147741711L

Serialized Fields

comparator

SequenceElementComparator<E> comparator

Package org.apache.camel.processor.validation

Class org.apache.camel.processor.validation.NoXmlBodyValidationException extends ValidationException implements Serializable

Class org.apache.camel.processor.validation.SchemaValidationException extends ValidationException implements Serializable

Serialized Fields

schema

Object schema

fatalErrors

List<E> fatalErrors

errors

List<E> errors

warnings

List<E> warnings

Package org.apache.camel.util

Class org.apache.camel.util.LRUCache extends LinkedHashMap<K,V> implements Serializable

serialVersionUID: -342098639681884413L

Serialized Fields

maxCacheSize

int maxCacheSize

Package org.apache.camel.util.concurrent

Class org.apache.camel.util.concurrent.AtomicExchange extends AtomicReference<Exchange> implements Serializable


Package org.apache.camel.util.jndi

Class org.apache.camel.util.jndi.JndiContext extends Object implements Serializable

serialVersionUID: -5754338187296859149L

Serialized Fields

environment

Hashtable<K,V> environment

bindings

Map<K,V> bindings

treeBindings

Map<K,V> treeBindings

frozen

boolean frozen

nameInNamespace

String nameInNamespace



Copyright © 2009 Apache Software Foundation. All Rights Reserved.