Serialized Form
messageList
List<E> messageList
serialVersionUID: 1L
id
String id
- The Universally Unique ID for the event
message
MuleMessage message
session
MuleSession session
credentials
Credentials credentials
encoding
String encoding
exchangePattern
MessageExchangePattern exchangePattern
messageSourceURI
URI messageSourceURI
messageSourceName
String messageSourceName
replyToHandler
ReplyToHandler replyToHandler
transacted
boolean transacted
synchronous
boolean synchronous
stopFurtherProcessing
boolean stopFurtherProcessing
- Mutable MuleEvent state
timeout
int timeout
processingTime
ProcessingTime processingTime
replyToDestination
Object replyToDestination
ignoredPropertyOverrides
String[] ignoredPropertyOverrides
serialVersionUID: 1541720810851984845L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws Exception
- Throws:
Exception
id
String id
- The default UUID for the message. If the underlying transport has the notion of a
message id, this uuid will be ignored
rootId
String rootId
exceptionPayload
ExceptionPayload exceptionPayload
- If an exception occurs while processing this message an exception payload
will be attached here
properties
MessagePropertiesContext properties
- Scoped properties for this message
dataType
DataType<T> dataType
serialVersionUID: 1L
handler
DataHandler handler
contentType
String contentType
contents
Object contents
serialVersionUID: -5230693402768953742L
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Check for properties that can't be serialized
- Throws:
IOException
scopedMap
Map<K,V> scopedMap
- Map of maps containing the scoped properties, each scope has its own Map.
keySet
Set<E> keySet
- The union of all property names from all scopes.
serialVersionUID: -3828573682818093673L
readResolve
private Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
serialVersionUID: 2554735072826262515L
serialVersionUID: 6941498759267936649L
info
Map<K,V> info
errorCode
int errorCode
message
String message
i18nMessage
Message i18nMessage
serialVersionUID: 6728041560892553159L
Package org.mule.api.config |
serialVersionUID: 3658822340943734960L
Package org.mule.api.construct |
serialVersionUID: -8170840339166473625L
Package org.mule.api.context |
serialVersionUID: -1526680893293714180L
Package org.mule.api.context.notification |
EVENT_NAME
String EVENT_NAME
serverId
String serverId
timestamp
long timestamp
action
int action
resourceIdentifier
String resourceIdentifier
- The resourceIdentifier is used when firing inbound server notifications such
as Admin notifications or other action notifications triggered by an external
source Used to associate the event with a particular resource. For example, if
the event was a ServiceNotification the resourceIdentifier could be the name
of a particular service
Package org.mule.api.endpoint |
serialVersionUID: 3219403251233216800L
serialVersionUID: 790450139906970837L
serialVersionUID: -3179045414716505094L
Package org.mule.api.expression |
Package org.mule.api.lifecycle |
serialVersionUID: -8402348927606781921L
serialVersionUID: 1714192290605243678L
serialVersionUID: -330442983239074937L
serialVersionUID: -8402348927606781931L
serialVersionUID: 2909614055858287394L
serialVersionUID: -5799024626172482665L
serialVersionUID: 1714192220605243678L
serialVersionUID: 1714192220605243678L
Package org.mule.api.management.stats |
Package org.mule.api.model |
serialVersionUID: -6751481096543965553L
Package org.mule.api.registry |
serialVersionUID: 9143114426140546637L
Package org.mule.api.routing |
serialVersionUID: 4609966704030524483L
serialVersionUID: 6882278747922113240L
serialVersionUID: -8481434966594513066L
serialVersionUID: 2478458847072048645L
Package org.mule.api.routing.filter |
serialVersionUID: -1828111078295716525L
Package org.mule.api.security |
serialVersionUID: -6271648179641734580L
serialVersionUID: 1336343718508294379L
serialVersionUID: -1661059380853528624L
serialVersionUID: 3916371211189075139L
serialVersionUID: -6664384216189042673L
serialVersionUID: 124630897095610595L
serialVersionUID: -6664384216189042673L
serialVersionUID: 6275865761357999175L
serialVersionUID: 3281021140543598681L
Package org.mule.api.service |
serialVersionUID: -8368283988424746098L
Package org.mule.api.store |
Package org.mule.api.transaction |
serialVersionUID: -3470229644235978820L
Package org.mule.api.transformer |
serialVersionUID: 2943589828020763649L
Package org.mule.api.transport |
serialVersionUID: 4729481487016346035L
serialVersionUID: -8204621943732496606L
serialVersionUID: -3954838511333933644L
serialVersionUID: -3954838511333933643L
serialVersionUID: -4792653762048974018L
scope
String scope
order
int order
serialVersionUID: -3346258000312580166L
serialVersionUID: 1960304517882133951L
endpoint
ImmutableEndpoint endpoint
Package org.mule.component |
serialVersionUID: 56178344205041600L
Package org.mule.config.i18n |
serialVersionUID: -6109760447384477924L
message
String message
code
int code
args
Object[] args
nextMessage
Message nextMessage
Package org.mule.context.notification |
serialVersionUID: -6369685122731797646L
serialVersionUID: -6455441938378523145L
serialVersionUID: 762448139858484536L
serialVersionUID: -5118299601117624094L
endpoint
String endpoint
immutableEndpoint
ImmutableEndpoint immutableEndpoint
flowConstruct
FlowConstruct flowConstruct
serialVersionUID: -43091546451476239L
exception
Throwable exception
serialVersionUID: 6658641434183647952L
serialVersionUID: -259130553709035786L
serialVersionUID: 1L
serialVersionUID: -1954880336427554435L
serialVersionUID: -3246036188011581121L
clusterId
String clusterId
domain
String domain
serialVersionUID: -5998352122311445746L
serialVersionUID: -3246036188021581121L
serialVersionUID: -6455441938378523145L
serialVersionUID: 5951835321289699941L
serialVersionUID: -8575741816897936674L
serialVersionUID: -3245036187011582121L
transactionStringId
String transactionStringId
- Ideally, that should've been a transaction's XID, but we'd need to resort to all kinds of reflection tricks to
get it. Still, toString() typically outputs a class name followed by the XID, so that's good enough.
Package org.mule.endpoint |
serialVersionUID: -1650380871293160973L
connector
Connector connector
- The endpoint used to communicate with the external system
endpointUri
EndpointURI endpointUri
- The endpointUri on which to send or receive information
messageProcessorsFactory
EndpointMessageProcessorChainFactory messageProcessorsFactory
messageProcessors
List<E> messageProcessors
responseMessageProcessors
List<E> responseMessageProcessors
messageProcessorChain
MessageProcessor messageProcessorChain
name
String name
- The name for the endpoint
properties
Map<K,V> properties
- Any additional properties for the endpoint
// TODO This should be final. See MULE-3105
// TODO Shouldn't this be guarded from concurrent writes?
transactionConfig
TransactionConfig transactionConfig
- The transaction configuration for this endpoint
deleteUnacceptedMessages
boolean deleteUnacceptedMessages
- determines whether unaccepted filtered events should be removed from the
source. If they are not removed its up to the Message receiver to handle
recieving the same message again
messageExchangePattern
MessageExchangePattern messageExchangePattern
responseTimeout
int responseTimeout
- How long to block when performing a remote synchronisation to a remote host.
This property is optional and will be set to the default Synchonous MuleEvent
time out value if not set
initialState
String initialState
- The state that the endpoint is initialised in such as started or stopped
endpointEncoding
String endpointEncoding
muleContext
MuleContext muleContext
retryPolicyTemplate
RetryPolicyTemplate retryPolicyTemplate
endpointBuilderName
String endpointBuilderName
endpointMimeType
String endpointMimeType
redeliveryPolicy
AbstractRedeliveryPolicy redeliveryPolicy
disableTransportTransformer
boolean disableTransportTransformer
annotations
Map<K,V> annotations
serialVersionUID: -4752772777414636142L
listener
MessageProcessor listener
flowConstruct
FlowConstruct flowConstruct
exceptionListener
ExceptionListener exceptionListener
serialVersionUID: 8860985949279708638L
responseProperties
List<E> responseProperties
serialVersionUID: 8861985949279708638L
uriTemplate
String uriTemplate
- The URI template used to construct the actual URI to send the message to.
builder
EndpointBuilder builder
prototypeEndpoint
OutboundEndpoint prototypeEndpoint
serialVersionUID: -2814979100270307813L
endpoint
InboundEndpoint endpoint
dynamicEndpointURI
EndpointURI dynamicEndpointURI
listener
MessageProcessor listener
flowConstruct
FlowConstruct flowConstruct
serialVersionUID: -2814979100270307813L
endpoint
OutboundEndpoint endpoint
dynamicEndpointURI
EndpointURI dynamicEndpointURI
serialVersionUID: 3906735768171252877L
address
String address
filterAddress
String filterAddress
endpointName
String endpointName
connectorName
String connectorName
transformers
String transformers
responseTransformers
String responseTransformers
params
Properties params
uri
URI uri
userInfo
String userInfo
schemeMetaInfo
String schemeMetaInfo
resourceInfo
String resourceInfo
dynamic
boolean dynamic
Package org.mule.management.stats |
serialVersionUID: 5337576392583767442L
flowConstructType
String flowConstructType
name
String name
enabled
boolean enabled
samplePeriod
long samplePeriod
receivedEventSync
AtomicLong receivedEventSync
receivedEventASync
AtomicLong receivedEventASync
parent
AllStatistics parent
serialVersionUID: -2086999226732861674L
logger
Log logger
minExecutionTime
long minExecutionTime
maxExecutionTime
long maxExecutionTime
averageExecutionTime
long averageExecutionTime
executedEvent
long executedEvent
totalExecTime
long totalExecTime
enabled
boolean enabled
intervalTime
long intervalTime
currentIntervalStartTime
long currentIntervalStartTime
statIntervalTimeEnabled
boolean statIntervalTimeEnabled
serialVersionUID: 5337576392583767442L
executionError
AtomicLong executionError
fatalError
AtomicLong fatalError
threadPoolSize
int threadPoolSize
flowStatistics
ComponentStatistics flowStatistics
queuedEvent
long queuedEvent
maxQueuedEvent
long maxQueuedEvent
averageQueueSize
long averageQueueSize
totalQueuedEvent
long totalQueuedEvent
serialVersionUID: 1L
accumulator
AtomicLong accumulator
statistics
FlowConstructStatistics statistics
threadName
String threadName
serialVersionUID: 4540482357430845065L
enabled
boolean enabled
notRouted
long notRouted
caughtInCatchAll
long caughtInCatchAll
totalRouted
long totalRouted
totalReceived
long totalReceived
routed
Map<K,V> routed
type
int type
componentPoolMaxSize
int componentPoolMaxSize
componentPoolAbsoluteMaxSize
int componentPoolAbsoluteMaxSize
componentPoolSize
int componentPoolSize
serialVersionUID: -2086999226732861675L
sentEventSync
AtomicLong sentEventSync
sentReplyToEvent
AtomicLong sentReplyToEvent
sentEventASync
AtomicLong sentEventASync
queuedEvent
long queuedEvent
maxQueuedEvent
long maxQueuedEvent
averageQueueSize
long averageQueueSize
totalQueuedEvent
long totalQueuedEvent
inboundRouterStat
RouterStatistics inboundRouterStat
componentStat
ComponentStatistics componentStat
outboundRouterStat
RouterStatistics outboundRouterStat
serialVersionUID: -7114836033686599024L
code
int code
message
String message
info
Map<K,V> info
exception
Throwable exception
serialVersionUID: -538516243574950621L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
properties
Map<K,V> properties
componentName
String componentName
endpointUri
String endpointUri
timeStamp
Date timeStamp
Package org.mule.model.resolvers |
serialVersionUID: -4703387041767867189L
serialVersionUID: 7856775581858822364L
Package org.mule.model.seda |
serialVersionUID: 7711976708670893015L
queueTimeout
Integer queueTimeout
- The time out used for taking from the Seda Queue.
threadingProfile
ThreadingProfile threadingProfile
- The threading profile to use for this service. If this is not set a default
will be provided by the server
queueProfile
QueueProfile queueProfile
- The queue profile to use for this service. If this is not set a default will
be provided by the server
sedaStage
SedaStageInterceptingMessageProcessor sedaStage
Package org.mule.registry |
registry
Registry registry
serialVersionUID: 3300563235465630595L
serialVersionUID: 1276049971165761454L
eventGroup
EventGroup eventGroup
serialVersionUID: 953739659615692697L
groupId
Object groupId
created
long created
expectedSize
int expectedSize
storePrefix
String storePrefix
commonRootId
String commonRootId
serialVersionUID: 1L
value
String value
Package org.mule.routing.correlation |
Package org.mule.security |
authenticated
boolean authenticated
credentials
char[] credentials
user
String user
properties
Map<K,V> properties
event
MuleEvent event
serialVersionUID: -3209120471953147538L
authentication
Authentication authentication
username
String username
password
char[] password
roles
Object roles
stats
ServiceStatistics stats
model
Model model
- The model in which this service is registered
muleContext
MuleContext muleContext
lifecycleManager
ServiceLifecycleManager lifecycleManager
exceptionListener
MessagingExceptionHandler exceptionListener
- The exception strategy used by the service.
name
String name
- The service's name
outboundRouter
MessageProcessor outboundRouter
messageSource
MessageSource messageSource
asyncReplyMessageSource
ServiceAsyncReplyCompositeMessageSource asyncReplyMessageSource
messageProcessorChain
MessageProcessorChain messageProcessorChain
messageInfoMapping
MessageInfoMapping messageInfoMapping
annotations
Map<K,V> annotations
initialState
String initialState
- Determines the initial state of this service when the model starts. Can be
'stopped' or 'started' (default)
component
Component component
serialVersionUID: 3380926585676521866L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
valid
boolean valid
- Determines if the service is valid
id
String id
securityContext
SecurityContext securityContext
- The security context associated with the session.
Note that this context will only be serialized if the SecurityContext object is Serializable.
properties
Map<K,V> properties
Package org.mule.transaction |
serialVersionUID: -1062247038945694389L
serialVersionUID: -6041127507191183323L
serialVersionUID: -4825546092229025015L
serialVersionUID: -3247455113055556221L
serialVersionUID: -2408368544426562868L
Package org.mule.transformer.types |
collectionType
Class<T> collectionType
type
Class<T> type
mimeType
String mimeType
encoding
String encoding
Package org.mule.transport |
serialVersionUID: -7802483584780922653L
failed
Connectable failed
- Resource which has disconnected
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
serialVersionUID: 3530905899811505080L
readResolve
private Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
Package org.mule.transport.service |
serialVersionUID: -4166766364690837213L
serialVersionUID: 5377271625492627661L
serialVersionUID: -8321406750213654479L
serialVersionUID: -7074633917369299456L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
- Throws:
IOException
serialVersionUID: -6291404712112000383L
maxDepth
int maxDepth
list
List<E> list
cachedMerge
Map<K,V> cachedMerge
isMerged
boolean isMerged
Package org.mule.util.compression |
serialVersionUID: 8587532237749889185L
Package org.mule.util.concurrent |
serialVersionUID: 2454657854757543876L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
map
ConcurrentHashMap<K,V> map
Package org.mule.util.file |
serialVersionUID: 6725758458721277194L
Package org.mule.util.queue |
queueName
String queueName
id
Serializable id
Package org.mule.util.store |
serialVersionUID: 8656763235928199259L
item
Object item
timestamp
Long timestamp
key
Serializable key
Package org.mule.util.timer |
serialVersionUID: -7540426406525372393L
name
String name
- The event name
timeExpired
long timeExpired
serialVersionUID: -2710661653314559260L
serialVersionUID: 1202058044460490597L
Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.