|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Serialized Fields |
---|
Exchange exchange
Class org.apache.camel.ExchangeTimedOutException extends CamelExchangeException implements Serializable |
---|
Serialized Fields |
---|
long timeout
Class org.apache.camel.ExpectedBodyTypeException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
Exchange exchange
Class<T> expectedBodyType
Class org.apache.camel.ExpressionEvaluationException extends RuntimeCamelException implements Serializable |
---|
serialVersionUID: 2939802714638174540L
Serialized Fields |
---|
Expression expression
Exchange exchange
Class org.apache.camel.ExpressionIllegalSyntaxException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
String expression
Class org.apache.camel.FailedToCreateProducerException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
Endpoint endpoint
Class org.apache.camel.InvalidPayloadException extends CamelExchangeException implements Serializable |
---|
Serialized Fields |
---|
Class<T> type
Class org.apache.camel.InvalidPayloadRuntimeException extends RuntimeExchangeException implements Serializable |
---|
Serialized Fields |
---|
Class<T> type
Class org.apache.camel.InvalidTypeException extends CamelExchangeException implements Serializable |
---|
Serialized Fields |
---|
Object value
Class<T> type
Class org.apache.camel.NoFactoryAvailableException extends IOException implements Serializable |
---|
Serialized Fields |
---|
String uri
Class org.apache.camel.NoSuchBeanException extends RuntimeCamelException implements Serializable |
---|
serialVersionUID: -8721487431101572630L
Serialized Fields |
---|
String name
Class org.apache.camel.NoSuchEndpointException extends RuntimeCamelException implements Serializable |
---|
serialVersionUID: -8721487431101572630L
Serialized Fields |
---|
String uri
Class org.apache.camel.NoSuchHeaderException extends CamelExchangeException implements Serializable |
---|
serialVersionUID: -8721487431101572630L
Serialized Fields |
---|
String headerName
Class<T> type
Class org.apache.camel.NoSuchLanguageException extends RuntimeCamelException implements Serializable |
---|
serialVersionUID: -8721487431101572630L
Serialized Fields |
---|
String language
Class org.apache.camel.NoSuchPropertyException extends CamelExchangeException implements Serializable |
---|
serialVersionUID: -8721487431101572630L
Serialized Fields |
---|
String propertyName
Class<T> type
Class org.apache.camel.NoTypeConversionAvailableException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
Object value
Class<T> type
Class org.apache.camel.ResolveEndpointFailedException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
String uri
Class org.apache.camel.RuntimeCamelException extends RuntimeException implements Serializable |
---|
serialVersionUID: 8046489554418284257L
Class org.apache.camel.RuntimeExchangeException extends RuntimeCamelException implements Serializable |
---|
serialVersionUID: -8721487431101572630L
Serialized Fields |
---|
Exchange exchange
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 |
---|
String xpath
Package org.apache.camel.component.bean |
---|
Class org.apache.camel.component.bean.AmbiguousMethodCallException extends CamelExchangeException implements Serializable |
---|
Serialized Fields |
---|
Collection<E> methods
Class org.apache.camel.component.bean.BeanInvocation extends Object implements Serializable |
---|
Serialization Methods |
---|
public void readExternal(ObjectInput objectInput) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput objectOutput) throws IOException
IOException
Class org.apache.camel.component.bean.MethodBean extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
Class<T> type
Class<T>[] parameterTypes
Package org.apache.camel.component.file |
---|
Class org.apache.camel.component.file.FileBinding extends Object implements Serializable |
---|
Serialized Fields |
---|
File body
Class org.apache.camel.component.file.GenericFile extends Object implements Serializable |
---|
Serialized Fields |
---|
String endpointPath
String fileName
String fileNameOnly
String relativeFilePath
String absoluteFilePath
long fileLength
long lastModified
Object file
GenericFileBinding<T> binding
boolean absolute
Class org.apache.camel.component.file.GenericFileOperationFailedException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
int code
String reason
Package org.apache.camel.converter.jaxp |
---|
Class org.apache.camel.converter.jaxp.StringSource extends StreamSource implements Serializable |
---|
Serialization Methods |
---|
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
Package org.apache.camel.impl |
---|
Class org.apache.camel.impl.ProxyInstantiationException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
Class<T> type
Endpoint endpoint
Package org.apache.camel.language.bean |
---|
Class org.apache.camel.language.bean.RuntimeBeanExpressionException extends RuntimeExpressionException implements Serializable |
---|
Serialized Fields |
---|
Exchange exchange
String bean
String method
Package org.apache.camel.processor |
---|
Class org.apache.camel.processor.DelayPolicy extends Object implements Serializable |
---|
Serialized Fields |
---|
long delay
Class org.apache.camel.processor.RedeliveryPolicy extends DelayPolicy implements Serializable |
---|
Serialized Fields |
---|
int maximumRedeliveries
long maximumRedeliveryDelay
double backOffMultiplier
boolean useExponentialBackOff
double collisionAvoidanceFactor
boolean useCollisionAvoidance
LoggingLevel retriesExhaustedLogLevel
LoggingLevel retryAttemptedLogLevel
boolean logStackTrace
String delayPattern
Package org.apache.camel.processor.idempotent |
---|
Class org.apache.camel.processor.idempotent.NoMessageIdException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
Exchange exchange
Expression expression
Package org.apache.camel.processor.interceptor |
---|
Class org.apache.camel.processor.interceptor.DefaultTraceEventMessage extends Object implements Serializable |
---|
Serialized Fields |
---|
Date timestamp
String fromEndpointUri
String previousNode
String toNode
String exchangeId
String shortExchangeId
String exchangePattern
String properties
String headers
String body
String bodyType
String outHeaders
String outBody
String outBodyType
String causedByException
Package org.apache.camel.processor.resequencer |
---|
Class org.apache.camel.processor.resequencer.Sequence extends TreeSet<E> implements Serializable |
---|
serialVersionUID: 5647393631147741711L
Serialized Fields |
---|
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 |
---|
Object schema
List<E> fatalErrors
List<E> errors
List<E> warnings
Package org.apache.camel.util |
---|
Class org.apache.camel.util.LRUCache extends LinkedHashMap<K,V> implements Serializable |
---|
serialVersionUID: -342098639681884413L
Serialized Fields |
---|
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 |
---|
Hashtable<K,V> environment
Map<K,V> bindings
Map<K,V> treeBindings
boolean frozen
String nameInNamespace
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |