|
||||||||||
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.FailedToCreateProducerException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
Endpoint<E extends Exchange> endpoint
Class org.apache.camel.InvalidHeaderTypeException extends RuntimeCamelException implements Serializable |
---|
serialVersionUID: -8417806626073055262L
Serialized Fields |
---|
Object headerValue
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.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
Class org.apache.camel.component.bean.MethodNotFoundException extends CamelExchangeException implements Serializable |
---|
Serialized Fields |
---|
String methodName
Object bean
Class org.apache.camel.component.bean.NoBeanAvailableException extends CamelException implements Serializable |
---|
Serialized Fields |
---|
String name
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 RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Class<T> type
Endpoint<E extends Exchange> endpoint
Package org.apache.camel.language |
---|
Class org.apache.camel.language.ExpressionEvaluationException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
Expression<E extends Exchange> expression
Exchange exchange
Class org.apache.camel.language.IllegalSyntaxException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
Language language
String expression
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
Package org.apache.camel.processor.idempotent |
---|
Class org.apache.camel.processor.idempotent.NoMessageIdException extends RuntimeCamelException implements Serializable |
---|
Serialized Fields |
---|
Exchange exchange
Expression<E extends Exchange> expression
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
Class org.apache.camel.util.NoFactoryAvailableException extends IOException implements Serializable |
---|
Serialized Fields |
---|
String uri
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 |