Serialized Form


Package com.javaforge.bobber.archetype.model

Class com.javaforge.bobber.archetype.model.BobberArchetype extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
Field id.


allowPartial

boolean allowPartial
Field allowPartial.


variables

java.util.List<E> variables
Field variables.


templates

java.util.List<E> templates
Field templates.


modelEncoding

java.lang.String modelEncoding

Class com.javaforge.bobber.archetype.model.Template extends java.lang.Object implements Serializable

Serialized Fields

file

java.lang.String file
Field file.


output

java.lang.String output
Field output.


dependsOnVar

java.lang.String dependsOnVar
If the specified variable is true, the template will be processed, otherwise skipped.


modelEncoding

java.lang.String modelEncoding

Class com.javaforge.bobber.archetype.model.Variable extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Field name.


description

java.lang.String description
Field description.


defvalue

java.lang.String defvalue
Field defvalue.


variables

java.util.List<E> variables
Field variables.


modelEncoding

java.lang.String modelEncoding

Package org.mule

Class org.mule.DefaultMessageCollection extends DefaultMuleMessage implements Serializable

Serialized Fields

messageList

java.util.List<E> messageList

Class org.mule.DefaultMuleEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        MuleException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
MuleException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

id

java.lang.String id
the Universally Unique ID for the event


message

MuleMessage message
The payload message used to read the payload of the event


session

MuleSession session

stopFurtherProcessing

boolean stopFurtherProcessing

timeout

int timeout

credentials

Credentials credentials

ignoredPropertyOverrides

java.lang.String[] ignoredPropertyOverrides

Class org.mule.DefaultMuleMessage extends java.lang.Object implements Serializable

serialVersionUID: 1541720810851984844L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.lang.Exception
Throws:
java.lang.Exception
Serialized Fields

id

java.lang.String id
The default UUID for the message. If the underlying transport has the notion of a message id, this uuid will be ignored


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


inboundAttachments

java.util.Map<K,V> inboundAttachments
Collection of attachments that were attached to the incoming message


outboundAttachments

java.util.Map<K,V> outboundAttachments
Collection of attachments that will be sent out with this message


dataType

DataType<T> dataType

Class org.mule.MessagePropertiesContext extends java.lang.Object implements Serializable

serialVersionUID: -5230693402768953742L

Serialized Fields

logger

Log logger

scopedMap

java.util.Map<K,V> scopedMap
Map of maps containing the scoped properties, each scope has its own Map.


keySet

java.util.Set<E> keySet
The union of all property names from all scopes.

Class org.mule.VoidResult extends java.lang.Object implements Serializable

serialVersionUID: -3828573682818093673L

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Package org.mule.api

Class org.mule.api.AnnotationException extends MuleException implements Serializable

Class org.mule.api.DefaultMuleException extends MuleException implements Serializable

serialVersionUID: 2554735072826262515L

Class org.mule.api.MessagingException extends MuleException implements Serializable

serialVersionUID: 6941498759267936649L

Class org.mule.api.MuleException extends java.lang.Exception implements Serializable

Serialized Fields

info

java.util.Map<K,V> info

errorCode

int errorCode

message

java.lang.String message

i18nMessage

Message i18nMessage

Class org.mule.api.MuleRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6728041560892553159L


Package org.mule.api.config

Class org.mule.api.config.ConfigurationException extends MuleException implements Serializable

serialVersionUID: 3658822340943734960L


Package org.mule.api.construct

Class org.mule.api.construct.FlowConstructInvalidException extends MuleException implements Serializable

serialVersionUID: -8170840339166473625L


Package org.mule.api.context

Class org.mule.api.context.MuleContextException extends MuleException implements Serializable

serialVersionUID: -1526680893293714180L


Package org.mule.api.context.notification

Class org.mule.api.context.notification.ServerNotification extends java.util.EventObject implements Serializable

Serialized Fields

EVENT_NAME

java.lang.String EVENT_NAME

serverId

java.lang.String serverId

timestamp

long timestamp

action

int action

resourceIdentifier

java.lang.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

Class org.mule.api.endpoint.EndpointException extends MuleException implements Serializable

serialVersionUID: 3219403251233216800L

Class org.mule.api.endpoint.EndpointNotFoundException extends EndpointException implements Serializable

serialVersionUID: 790450139906970837L

Class org.mule.api.endpoint.MalformedEndpointException extends EndpointException implements Serializable

serialVersionUID: -3179045414716505094L


Package org.mule.api.expression

Class org.mule.api.expression.ExpressionRuntimeException extends MuleRuntimeException implements Serializable

Class org.mule.api.expression.InvalidExpressionException extends ExpressionRuntimeException implements Serializable

Class org.mule.api.expression.RequiredValueException extends ExpressionRuntimeException implements Serializable


Package org.mule.api.lifecycle

Class org.mule.api.lifecycle.CreateException extends LifecycleException implements Serializable

serialVersionUID: -8402348927606781921L

Class org.mule.api.lifecycle.DisposeException extends LifecycleException implements Serializable

serialVersionUID: 1714192290605243678L

Class org.mule.api.lifecycle.FatalException extends LifecycleException implements Serializable

serialVersionUID: -330442983239074937L

Class org.mule.api.lifecycle.InitialisationException extends LifecycleException implements Serializable

serialVersionUID: -8402348927606781931L

Class org.mule.api.lifecycle.LifecycleException extends MuleException implements Serializable

serialVersionUID: 2909614055858287394L

Class org.mule.api.lifecycle.RecoverableException extends InitialisationException implements Serializable

serialVersionUID: -5799024626172482665L

Class org.mule.api.lifecycle.StartException extends LifecycleException implements Serializable

serialVersionUID: 1714192220605243678L

Class org.mule.api.lifecycle.StopException extends LifecycleException implements Serializable

serialVersionUID: 1714192220605243678L


Package org.mule.api.management.stats

Package org.mule.api.model

Class org.mule.api.model.SessionException extends MuleException implements Serializable

serialVersionUID: -6751481096543965553L


Package org.mule.api.registry

Class org.mule.api.registry.RegistrationException extends MuleException implements Serializable

serialVersionUID: 9143114426140546637L

Class org.mule.api.registry.ResolverException extends MuleException implements Serializable

Class org.mule.api.registry.ServiceException extends MuleException implements Serializable


Package org.mule.api.routing

Class org.mule.api.routing.CouldNotRouteOutboundMessageException extends RoutingException implements Serializable

serialVersionUID: 4609966704030524483L

Class org.mule.api.routing.ResponseTimeoutException extends RoutingException implements Serializable

serialVersionUID: 6882278747922113240L

Class org.mule.api.routing.RoutePathNotFoundException extends RoutingException implements Serializable

serialVersionUID: -8481434966594513066L

Class org.mule.api.routing.RoutingException extends MessagingException implements Serializable

serialVersionUID: 2478458847072048645L


Package org.mule.api.routing.filter

Class org.mule.api.routing.filter.FilterUnacceptedException extends MessagingException implements Serializable

serialVersionUID: -1828111078295716525L


Package org.mule.api.security

Class org.mule.api.security.CredentialsNotSetException extends UnauthorisedException implements Serializable

serialVersionUID: -6271648179641734580L

Class org.mule.api.security.CryptoFailureException extends MuleException implements Serializable

serialVersionUID: 1336343718508294379L

Class org.mule.api.security.EncryptionNotSupportedException extends SecurityException implements Serializable

serialVersionUID: -1661059380853528624L

Class org.mule.api.security.EncryptionStrategyNotFoundException extends MuleException implements Serializable

serialVersionUID: 3916371211189075139L

Class org.mule.api.security.SecurityException extends MessagingException implements Serializable

Class org.mule.api.security.SecurityProviderNotFoundException extends MuleException implements Serializable

serialVersionUID: 124630897095610595L

Class org.mule.api.security.UnauthorisedException extends SecurityException implements Serializable

serialVersionUID: -6664384216189042673L

Class org.mule.api.security.UnknownAuthenticationTypeException extends MuleException implements Serializable

serialVersionUID: 6275865761357999175L

Class org.mule.api.security.UnsupportedAuthenticationSchemeException extends SecurityException implements Serializable

serialVersionUID: 3281021140543598681L


Package org.mule.api.service

Class org.mule.api.service.FailedToQueueEventException extends MessagingException implements Serializable

serialVersionUID: -8368283988424746098L


Package org.mule.api.store

Class org.mule.api.store.ObjectAlreadyExistsException extends ObjectStoreException implements Serializable

Class org.mule.api.store.ObjectDoesNotExistException extends ObjectStoreException implements Serializable

Class org.mule.api.store.ObjectStoreException extends MuleException implements Serializable

Class org.mule.api.store.ObjectStoreNotAvaliableException extends ObjectStoreException implements Serializable


Package org.mule.api.transaction

Class org.mule.api.transaction.TransactionException extends MuleException implements Serializable

serialVersionUID: -3470229644235978820L


Package org.mule.api.transformer

Class org.mule.api.transformer.TransformerException extends EndpointException implements Serializable

serialVersionUID: 2943589828020763649L

Class org.mule.api.transformer.TransformerMessagingException extends MessagingException implements Serializable


Package org.mule.api.transport

Class org.mule.api.transport.ConnectorException extends MuleException implements Serializable

serialVersionUID: 4729481487016346035L

Class org.mule.api.transport.DispatchException extends RoutingException implements Serializable

serialVersionUID: -8204621943732496606L

Class org.mule.api.transport.MessageTypeNotSupportedException extends MuleException implements Serializable

serialVersionUID: -3954838511333933644L

Class org.mule.api.transport.NoReceiverForEndpointException extends EndpointException implements Serializable

serialVersionUID: -3954838511333933643L

Class org.mule.api.transport.PropertyScope extends java.lang.Object implements Serializable

serialVersionUID: -4792653762048974018L

Serialized Fields

scope

java.lang.String scope

order

int order

Class org.mule.api.transport.PropertyScope.ScopeComparator extends java.lang.Object implements Serializable

serialVersionUID: -3346258000312580166L

Class org.mule.api.transport.ReceiveException extends MuleException implements Serializable

serialVersionUID: 1960304517882133951L

Serialized Fields

endpoint

ImmutableEndpoint endpoint

Package org.mule.component

Class org.mule.component.ComponentException extends MessagingException implements Serializable

serialVersionUID: 56178344205041600L


Package org.mule.config.builders

Class org.mule.config.builders.MuleXmlBuilderContextServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -2446689032349402434L

Serialized Fields

contextListener

MuleXmlBuilderContextListener contextListener

Package org.mule.config.converters

Class org.mule.config.converters.TransformerList extends java.util.ArrayList<Transformer> implements Serializable


Package org.mule.config.i18n

Class org.mule.config.i18n.Message extends java.lang.Object implements Serializable

serialVersionUID: -6109760447384477924L

Serialized Fields

message

java.lang.String message

code

int code

args

java.lang.Object[] args

nextMessage

Message nextMessage

Package org.mule.config.spring.jndi

Class org.mule.config.spring.jndi.DefaultSpringJndiContext extends java.lang.Object implements Serializable

serialVersionUID: -5754338187296859149L

Serialized Fields

freeze

boolean freeze

environment

java.util.Hashtable<K,V> environment

bindings

java.util.Map<K,V> bindings

treeBindings

java.util.Map<K,V> treeBindings

frozen

boolean frozen

nameInNamespace

java.lang.String nameInNamespace

Package org.mule.config.spring.parsers.processors

Class org.mule.config.spring.parsers.processors.BlockAttribute.BlockAttributeException extends java.lang.IllegalStateException implements Serializable

Class org.mule.config.spring.parsers.processors.CheckExclusiveAttribute.CheckExclusiveAttributeException extends java.lang.IllegalStateException implements Serializable

Class org.mule.config.spring.parsers.processors.CheckExclusiveAttributes.CheckExclusiveAttributesException extends java.lang.IllegalStateException implements Serializable

Class org.mule.config.spring.parsers.processors.CheckExclusiveAttributesAndChildren.CheckExclusiveAttributesAndChildrenException extends java.lang.IllegalStateException implements Serializable

serialVersionUID: 8661524219979354246L

Class org.mule.config.spring.parsers.processors.CheckRequiredAttributes.CheckRequiredAttributesException extends java.lang.IllegalStateException implements Serializable

Class org.mule.config.spring.parsers.processors.RequireAttribute.RequireAttributeException extends java.lang.IllegalStateException implements Serializable


Package org.mule.context.notification

Class org.mule.context.notification.ComponentMessageNotification extends ServerNotification implements Serializable

serialVersionUID: -6369685122731797646L

Class org.mule.context.notification.ConnectionNotification extends ServerNotification implements Serializable

serialVersionUID: -6455441938378523145L

Class org.mule.context.notification.CustomNotification extends ServerNotification implements Serializable

serialVersionUID: 762448139858484536L

Class org.mule.context.notification.EndpointMessageNotification extends ServerNotification implements Serializable

serialVersionUID: -5118299601117624094L

Serialized Fields

endpoint

java.lang.String endpoint

Class org.mule.context.notification.Event1 extends ServerNotification implements Serializable

Class org.mule.context.notification.Event2 extends ServerNotification implements Serializable

Class org.mule.context.notification.Event3 extends ServerNotification implements Serializable

Class org.mule.context.notification.ExceptionNotification extends ServerNotification implements Serializable

serialVersionUID: -43091546451476239L

Serialized Fields

exception

java.lang.Throwable exception

Class org.mule.context.notification.FlowConstructNotification extends ServerNotification implements Serializable

serialVersionUID: 6658641434183647952L

Class org.mule.context.notification.ManagementNotification extends ServerNotification implements Serializable

serialVersionUID: -259130553709035786L

Class org.mule.context.notification.ModelNotification extends ServerNotification implements Serializable

serialVersionUID: -1954880336427554435L

Class org.mule.context.notification.MuleContextNotification extends ServerNotification implements Serializable

serialVersionUID: -3246036188011581121L

Serialized Fields

clusterId

java.lang.String clusterId

domain

java.lang.String domain

Class org.mule.context.notification.NotificationException extends MuleException implements Serializable

serialVersionUID: -5998352122311445746L

Class org.mule.context.notification.RegistryNotification extends ServerNotification implements Serializable

serialVersionUID: -3246036188021581121L

Class org.mule.context.notification.RoutingNotification extends ServerNotification implements Serializable

serialVersionUID: -6455441938378523145L

Class org.mule.context.notification.SecurityNotification extends ServerNotification implements Serializable

serialVersionUID: 5951835321289699941L

Class org.mule.context.notification.ServiceNotification extends ServerNotification implements Serializable

serialVersionUID: -8575741816897936674L

Class org.mule.context.notification.SubEvent1 extends org.mule.context.notification.Event1 implements Serializable

Class org.mule.context.notification.SubEvent2 extends org.mule.context.notification.Event2 implements Serializable

Class org.mule.context.notification.SubSubEvent1 extends org.mule.context.notification.SubEvent1 implements Serializable

Class org.mule.context.notification.TransactionNotification extends ServerNotification implements Serializable

serialVersionUID: -3245036187011582121L

Serialized Fields

transactionStringId

java.lang.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

Class org.mule.endpoint.AbstractEndpoint extends java.lang.Object implements Serializable

serialVersionUID: -1650380871293160973L

Serialized Fields

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

java.util.List<E> messageProcessors

responseMessageProcessors

java.util.List<E> responseMessageProcessors

messageProcessorChain

MessageProcessor messageProcessorChain

name

java.lang.String name
The name for the endpoint


properties

java.util.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

java.lang.String initialState
The state that the endpoint is initialised in such as started or stopped


endpointEncoding

java.lang.String endpointEncoding

muleContext

MuleContext muleContext

retryPolicyTemplate

RetryPolicyTemplate retryPolicyTemplate

endpointBuilderName

java.lang.String endpointBuilderName

endpointMimeType

java.lang.String endpointMimeType

disableTransportTransformer

boolean disableTransportTransformer

Class org.mule.endpoint.DefaultInboundEndpoint extends AbstractEndpoint implements Serializable

serialVersionUID: -4752772777414636142L

Serialized Fields

listener

MessageProcessor listener

flowConstruct

FlowConstruct flowConstruct

exceptionListener

java.beans.ExceptionListener exceptionListener

Class org.mule.endpoint.DefaultOutboundEndpoint extends AbstractEndpoint implements Serializable

serialVersionUID: 8860985949279708638L

Serialized Fields

responseProperties

java.util.List<E> responseProperties

Class org.mule.endpoint.DynamicOutboundEndpoint extends DynamicURIOutboundEndpoint implements Serializable

serialVersionUID: 8861985949279708638L

Serialized Fields

uriTemplate

java.lang.String uriTemplate
The URI template used to construct the actual URI to send the message to.


builder

EndpointBuilder builder

Class org.mule.endpoint.DynamicOutboundEndpoint.NullOutboundEndpoint extends AbstractEndpoint implements Serializable

serialVersionUID: 7927987219248986540L

Class org.mule.endpoint.DynamicURIInboundEndpoint extends java.lang.Object implements Serializable

serialVersionUID: -2814979100270307813L

Serialized Fields

endpoint

InboundEndpoint endpoint

dynamicEndpointURI

EndpointURI dynamicEndpointURI

listener

MessageProcessor listener

flowConstruct

FlowConstruct flowConstruct

Class org.mule.endpoint.DynamicURIOutboundEndpoint extends java.lang.Object implements Serializable

serialVersionUID: -2814979100270307813L

Serialized Fields

endpoint

OutboundEndpoint endpoint

dynamicEndpointURI

EndpointURI dynamicEndpointURI

Class org.mule.endpoint.MuleEndpointURI extends java.lang.Object implements Serializable

serialVersionUID: 3906735768171252877L

Serialized Fields

address

java.lang.String address

filterAddress

java.lang.String filterAddress

endpointName

java.lang.String endpointName

connectorName

java.lang.String connectorName

transformers

java.lang.String transformers

responseTransformers

java.lang.String responseTransformers

params

java.util.Properties params

uri

java.net.URI uri

userInfo

java.lang.String userInfo

schemeMetaInfo

java.lang.String schemeMetaInfo

resourceInfo

java.lang.String resourceInfo

dynamic

boolean dynamic

Package org.mule.example.errorhandler

Class org.mule.example.errorhandler.HandlerException extends MuleException implements Serializable

serialVersionUID: -1446892313657626797L


Package org.mule.example.errorhandler.exceptions

Class org.mule.example.errorhandler.exceptions.BusinessException extends MuleException implements Serializable

serialVersionUID: -3650171245608111071L

Class org.mule.example.errorhandler.exceptions.FatalException extends MuleException implements Serializable

serialVersionUID: -5683879269751770579L


Package org.mule.example.hello

Class org.mule.example.hello.ChatString extends java.lang.Object implements Serializable

serialVersionUID: -3140370545357738491L

Serialized Fields

string

java.lang.StringBuffer string

Class org.mule.example.hello.NameString extends java.lang.Object implements Serializable

serialVersionUID: 7010138636008560022L

Serialized Fields

name

java.lang.String name

greeting

java.lang.String greeting

Package org.mule.example.loanbroker

Class org.mule.example.loanbroker.LoanBrokerException extends MuleException implements Serializable

serialVersionUID: -1669865702115931005L


Package org.mule.example.loanbroker.bank

Class org.mule.example.loanbroker.bank.Bank extends java.lang.Object implements Serializable

serialVersionUID: 4108271137166107769L

Serialized Fields

bankName

java.lang.String bankName

primeRate

double primeRate

endpoint

java.lang.String endpoint
Incoming endpoint for the bank, this is used to create a static recipient list based on a list of banks.


Package org.mule.example.loanbroker.credit

Class org.mule.example.loanbroker.credit.CreditAgencyBean extends java.lang.Object implements Serializable

serialVersionUID: 1546168214387311746L


Package org.mule.example.loanbroker.message

Class org.mule.example.loanbroker.message.CustomerQuoteRequest extends java.lang.Object implements Serializable

serialVersionUID: 6365612435470800746L

Serialized Fields

customer

Customer customer
The customer that requested the quote


loanAmount

double loanAmount
The requested loan Amount


loanDuration

int loanDuration
the duration of the loan

Class org.mule.example.loanbroker.message.LoanBrokerQuoteRequest extends java.lang.Object implements Serializable

serialVersionUID: 46866005259682607L

Serialized Fields

customerRequest

CustomerQuoteRequest customerRequest
The customer request


creditProfile

CreditProfile creditProfile
credit profile for the customer


lenders

Bank[] lenders
A list of lenders for this request


loanQuote

LoanQuote loanQuote
A loan quote from a bank


Package org.mule.example.loanbroker.messages

Class org.mule.example.loanbroker.messages.CreditProfile extends java.lang.Object implements Serializable

serialVersionUID: -5924690191061177417L

Serialized Fields

creditScore

int creditScore

creditHistory

int creditHistory

Class org.mule.example.loanbroker.messages.Customer extends java.lang.Object implements Serializable

serialVersionUID: 4622840173638021051L

Serialized Fields

name

java.lang.String name

ssn

int ssn

Class org.mule.example.loanbroker.messages.CustomerQuoteRequest extends java.lang.Object implements Serializable

serialVersionUID: 6365612435470800746L

Serialized Fields

customer

Customer customer
The customer that requested the quote


loanAmount

double loanAmount
The requested loan Amount


loanDuration

int loanDuration
the duration of the loan

Class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest extends java.lang.Object implements Serializable

serialVersionUID: 46866005259682607L

Serialized Fields

customerRequest

CustomerQuoteRequest customerRequest
The customer request


creditProfile

CreditProfile creditProfile
credit profile for the customer


lenders

Bank[] lenders
A list of lenders for this request


loanQuote

LoanQuote loanQuote
A loan quote from a bank

Class org.mule.example.loanbroker.messages.LoanQuote extends java.lang.Object implements Serializable

serialVersionUID: -8432932027217141564L

Serialized Fields

bankName

java.lang.String bankName

interestRate

double interestRate

Package org.mule.example.loanbroker.model

Class org.mule.example.loanbroker.model.CreditProfile extends java.lang.Object implements Serializable

serialVersionUID: -5924690191061177417L

Serialized Fields

creditScore

int creditScore

creditHistory

int creditHistory

Class org.mule.example.loanbroker.model.Customer extends java.lang.Object implements Serializable

serialVersionUID: 4622840173638021051L

Serialized Fields

name

java.lang.String name

ssn

int ssn

Class org.mule.example.loanbroker.model.LoanQuote extends java.lang.Object implements Serializable

serialVersionUID: -8432932027217141564L

Serialized Fields

bankName

java.lang.String bankName

interestRate

double interestRate

Package org.mule.example.notifications

Class org.mule.example.notifications.HeartbeatNotification extends CustomNotification implements Serializable

serialVersionUID: -3246036188011581121L


Package org.mule.example.stockquote

Class org.mule.example.stockquote.StockQuote extends java.lang.Object implements Serializable

serialVersionUID: -3579080716991795218L

Serialized Fields

symbol

java.lang.String symbol

last

java.lang.String last

change

java.lang.String change

open

java.lang.String open

high

java.lang.String high

low

java.lang.String low

volume

java.lang.String volume

previousClose

java.lang.String previousClose

name

java.lang.String name

date

java.lang.String date

Package org.mule.management.stats

Class org.mule.management.stats.ComponentStatistics extends java.lang.Object implements Serializable

serialVersionUID: -2086999226732861674L

Serialized Fields

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

Class org.mule.management.stats.FlowConstructStatistics extends java.lang.Object implements Serializable

serialVersionUID: 5337576392583767442L

Serialized Fields

name

java.lang.String name

enabled

boolean enabled

receivedEventSync

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong receivedEventSync

receivedEventASync

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong receivedEventASync

Class org.mule.management.stats.RouterStatistics extends java.lang.Object implements Serializable

serialVersionUID: 4540482357430845065L

Serialized Fields

enabled

boolean enabled

notRouted

long notRouted

caughtInCatchAll

long caughtInCatchAll

totalRouted

long totalRouted

totalReceived

long totalReceived

routed

java.util.Map<K,V> routed

type

int type

Class org.mule.management.stats.SedaServiceStatistics extends ServiceStatistics implements Serializable

Serialized Fields

componentPoolMaxSize

int componentPoolMaxSize

componentPoolAbsoluteMaxSize

int componentPoolAbsoluteMaxSize

componentPoolSize

int componentPoolSize

Class org.mule.management.stats.ServiceStatistics extends FlowConstructStatistics implements Serializable

serialVersionUID: -2086999226732861675L

Serialized Fields

sentEventSync

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong sentEventSync

sentReplyToEvent

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong sentReplyToEvent

sentEventASync

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong sentEventASync

executionError

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong executionError

fatalError

edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong fatalError

queuedEvent

long queuedEvent

maxQueuedEvent

long maxQueuedEvent

averageQueueSize

long averageQueueSize

totalQueuedEvent

long totalQueuedEvent

threadPoolSize

int threadPoolSize

samplePeriod

long samplePeriod

inboundRouterStat

RouterStatistics inboundRouterStat

componentStat

ComponentStatistics componentStat

outboundRouterStat

RouterStatistics outboundRouterStat

Package org.mule.message

Class org.mule.message.BaseMessageDTO extends java.lang.Object implements Serializable

serialVersionUID: -6105691921086093748L

Serialized Fields

payload

java.lang.Object payload

properties

java.util.Map<K,V> properties

Class org.mule.message.DefaultExceptionPayload extends java.lang.Object implements Serializable

serialVersionUID: -7114836033686599024L

Serialized Fields

code

int code

message

java.lang.String message

info

java.util.Map<K,V> info

exception

java.lang.Throwable exception

Class org.mule.message.DefaultMuleMessageDTO extends BaseMessageDTO implements Serializable

Serialized Fields

replyTo

java.lang.String replyTo

Class org.mule.message.ExceptionMessage extends BaseMessageDTO implements Serializable

serialVersionUID: -538516243574950621L

Serialized Fields

exception

java.lang.Throwable exception

componentName

java.lang.String componentName

endpointUri

java.lang.String endpointUri

timeStamp

java.util.Date timeStamp

Package org.mule.model.resolvers

Class org.mule.model.resolvers.EntryPointNotFoundException extends MuleException implements Serializable

Class org.mule.model.resolvers.NoSatisfiableMethodsException extends MuleException implements Serializable

serialVersionUID: -4703387041767867189L

Class org.mule.model.resolvers.TooManySatisfiableMethodsException extends MuleException implements Serializable

serialVersionUID: 7856775581858822364L


Package org.mule.model.seda

Class org.mule.model.seda.SedaService extends AbstractService implements Serializable

serialVersionUID: 7711976708670893015L

Serialized Fields

queueTimeout

java.lang.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


workManager

WorkManager workManager

Package org.mule.module.acegi

Class org.mule.module.acegi.AcegiAuthenticationAdapter extends java.lang.Object implements Serializable

Serialized Fields

delegate

org.acegisecurity.Authentication delegate

properties

java.util.Map<K,V> properties

Class org.mule.module.acegi.AcegiSecurityContext extends java.lang.Object implements Serializable

Serialized Fields

delegate

org.acegisecurity.context.SecurityContext delegate

authentication

AcegiAuthenticationAdapter authentication

Package org.mule.module.atom.endpoint

Class org.mule.module.atom.endpoint.AtomInboundEndpoint extends DefaultInboundEndpoint implements Serializable

Serialized Fields

splitFeed

boolean splitFeed

lastUpdate

java.util.Date lastUpdate

inTransform

ObjectToFeed inTransform

supportedProtocols

java.util.Set<E> supportedProtocols

Package org.mule.module.client.remoting

Class org.mule.module.client.remoting.RemoteDispatcherException extends MuleException implements Serializable

Class org.mule.module.client.remoting.ServerHandshake extends java.lang.Object implements Serializable

Serialized Fields

wireFormatClass

java.lang.String wireFormatClass

Class org.mule.module.client.remoting.UnsupportedWireFormatException extends RemoteDispatcherException implements Serializable


Package org.mule.module.client.remoting.notification

Class org.mule.module.client.remoting.notification.RemoteDispatcherNotification extends ServerNotification implements Serializable

serialVersionUID: -53091546441476249L

Serialized Fields

properties

java.util.Map<K,V> properties

message

MuleMessage message

Package org.mule.module.cxf.security

Class org.mule.module.cxf.security.WebServiceSecurityException extends SecurityException implements Serializable


Package org.mule.module.cxf.support

Class org.mule.module.cxf.support.ComponentNotFoundRuntimeException extends MuleRuntimeException implements Serializable


Package org.mule.module.ibeans.spi.support

Class org.mule.module.ibeans.spi.support.CallOutboundEndpoint extends DynamicOutboundEndpoint implements Serializable

serialVersionUID: 1861985949279708638L

Serialized Fields

parser

TemplateParser parser

filter

UriParamFilter filter

Class org.mule.module.ibeans.spi.support.CallRequestEndpoint extends DynamicRequestEndpoint implements Serializable

serialVersionUID: 1861985949279708458L

Serialized Fields

filter

UriParamFilter filter

Class org.mule.module.ibeans.spi.support.DynamicRequestEndpoint extends DynamicURIInboundEndpoint implements Serializable

serialVersionUID: 8861985949279708638L

Serialized Fields

parser

TemplateParser parser

uriTemplate

java.lang.String uriTemplate
The URI template used to construct the actual URI to send the message to.


builder

EndpointBuilder builder

Class org.mule.module.ibeans.spi.support.DynamicRequestEndpoint.NullInboundEndpoint extends DefaultInboundEndpoint implements Serializable


Package org.mule.module.jaas

Class org.mule.module.jaas.JaasAuthentication extends java.lang.Object implements Serializable

Serialized Fields

authenticated

boolean authenticated

credentials

char[] credentials

user

java.lang.String user

properties

java.util.Map<K,V> properties

subject

javax.security.auth.Subject subject

Package org.mule.module.jbpm

Class org.mule.module.jbpm.EndedProcess extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.mule.module.jbpm.MuleReceiveActivity extends org.jbpm.jpdl.internal.activity.StateActivity implements Serializable

Serialized Fields

endpoint

java.lang.String endpoint
Expected incoming endpoint; if a message was received from a different endpoint, an exception will be thrown.


payloadClass

java.lang.Class<T> payloadClass
Expected incoming message type; if the payload received is not assignable to this class, an exception will be thrown.


variableName

java.lang.String variableName
Variable into which the incoming message payload will be stored. If null, the payload will not be stored at all.


startState

boolean startState
Is this the first state in the process?

Class org.mule.module.jbpm.MuleSendActivity extends org.jbpm.jpdl.internal.activity.JpdlActivity implements Serializable

Serialized Fields

endpoint

java.lang.String endpoint
Mule endpoint to send a message to. This may be a URI or logical name (for a global endpoint).


mep

MessageExchangePattern mep
Exchange pattern (REQUEST-RESPONSE, ONE-WAY, etc.). Default is REQUEST-RESPONSE.


responsePayloadClass

java.lang.Class<T> responsePayloadClass
Expected response type in the case of a synchronous call; if the response payload is not assignable to this class, an exception will be thrown.


responseVariableName

java.lang.String responseVariableName
Variable into which the synchronous response will be stored. If null, the response will not be stored at all.


payloadExpression

java.lang.String payloadExpression
payloadSource may be a literal value or it may be an expression which references process variables.


payloadObject

java.lang.Object payloadObject
The actual payload (as an object) will be stored here.


Package org.mule.module.jca

Class org.mule.module.jca.DefaultConnectionManager extends java.lang.Object implements Serializable

serialVersionUID: 1967602190602154760L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

Class org.mule.module.jca.DefaultMuleConnectionFactory extends java.lang.Object implements Serializable

serialVersionUID: 1552386015565975623L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

reference

javax.naming.Reference reference

info

MuleConnectionRequestInfo info

Class org.mule.module.jca.JcaService extends AbstractService implements Serializable

serialVersionUID: -1510441245219710451L

Class org.mule.module.jca.MuleActivationSpec extends java.lang.Object implements Serializable

serialVersionUID: 735353511874563914L

Serialized Fields

propertiesMap

java.util.Properties propertiesMap

endpointName

java.lang.String endpointName

connectorName

java.lang.String connectorName

createConnector

int createConnector

resourceAdapter

MuleResourceAdapter resourceAdapter

endpoint

java.lang.String endpoint

endpointURI

EndpointURI endpointURI

modelName

java.lang.String modelName

Class org.mule.module.jca.MuleConnectionRequestInfo extends java.lang.Object implements Serializable

serialVersionUID: 910828075890304726L

Serialized Fields

username

java.lang.String username

password

java.lang.String password

Class org.mule.module.jca.MuleManagedConnectionFactory extends java.lang.Object implements Serializable

serialVersionUID: -1460847590293644271L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

username

java.lang.String username

password

java.lang.String password

Class org.mule.module.jca.MuleResourceAdapter extends java.lang.Object implements Serializable

serialVersionUID: 5727648958127416509L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

endpoints

java.util.Map<K,V> endpoints

defaultJcaModelName

java.lang.String defaultJcaModelName

configurationBuilder

java.lang.String configurationBuilder

configurations

java.lang.String configurations

username

java.lang.String username

password

java.lang.String password

muleConfiguration

DefaultMuleConfiguration muleConfiguration

Package org.mule.module.json

Class org.mule.module.json.JsonData extends java.lang.Object implements Serializable

Serialized Fields

node

org.codehaus.jackson.JsonNode node

Package org.mule.module.launcher

Class org.mule.module.launcher.DeploymentException extends MuleRuntimeException implements Serializable

Class org.mule.module.launcher.DeploymentInitException extends DeploymentException implements Serializable

Class org.mule.module.launcher.DeploymentStartException extends DeploymentException implements Serializable

Class org.mule.module.launcher.DeploymentStopException extends DeploymentException implements Serializable

Class org.mule.module.launcher.InstallException extends DeploymentException implements Serializable


Package org.mule.module.management

Class org.mule.module.management.ManagementException extends MuleException implements Serializable


Package org.mule.module.management.agent

Class org.mule.module.management.agent.FixedHostRmiClientSocketFactory extends java.lang.Object implements Serializable

Serialized Fields

overrideHost

java.lang.String overrideHost
Host to use instead of the default one.

Class org.mule.module.management.agent.JmxManagementException extends ManagementException implements Serializable

serialVersionUID: 7912469454512394420L

Serialized Fields

objectName

javax.management.ObjectName objectName

Package org.mule.module.management.mbean

Class org.mule.module.management.mbean.StatisticsService extends java.lang.Object implements Serializable

serialVersionUID: -4949499389883146363L

Serialized Fields

stats

AllStatistics stats

muleContext

MuleContext muleContext

Package org.mule.module.pgp

Class org.mule.module.pgp.PGPAuthentication extends java.lang.Object implements Serializable

Serialized Fields

authenticated

boolean authenticated

userName

java.lang.String userName

message

cryptix.message.Message message

userKeyBundle

cryptix.pki.KeyBundle userKeyBundle

Class org.mule.module.pgp.PGPSecurityContext extends java.lang.Object implements Serializable


Package org.mule.module.rss.endpoint

Class org.mule.module.rss.endpoint.RssInboundEndpoint extends DefaultInboundEndpoint implements Serializable

Serialized Fields

splitFeed

boolean splitFeed

lastUpdate

java.util.Date lastUpdate

inTransform

ObjectToRssFeed inTransform

supportedProtocols

java.util.Set<E> supportedProtocols

Package org.mule.module.spring.events

Class org.mule.module.spring.events.ApplicationEventException extends java.lang.Exception implements Serializable

serialVersionUID: 718759087364948708L

Class org.mule.module.spring.events.MuleApplicationEvent extends org.springframework.context.ApplicationEvent implements Serializable

serialVersionUID: 5297176859050194632L

Serialized Fields

context

MuleEventContext context

endpoint

java.lang.String endpoint

applicationContext

org.springframework.context.ApplicationContext applicationContext

properties

java.util.Map<K,V> properties

Package org.mule.module.spring.security

Class org.mule.module.spring.security.SpringAuthenticationAdapter extends java.lang.Object implements Serializable

serialVersionUID: -5906282218126929871L

Serialized Fields

delegate

org.springframework.security.Authentication delegate

properties

java.util.Map<K,V> properties

Class org.mule.module.spring.security.SpringSecurityContext extends java.lang.Object implements Serializable

Serialized Fields

delegate

org.springframework.security.context.SecurityContext delegate

authentication

SpringAuthenticationAdapter authentication

Package org.mule.module.sxc

Class org.mule.module.sxc.StopProcessingException extends java.lang.RuntimeException implements Serializable

Class org.mule.module.sxc.UndefinedMatchException extends java.lang.RuntimeException implements Serializable


Package org.mule.module.xml.stax

Class org.mule.module.xml.stax.StartElementEventX extends javanet.staxutils.events.StartElementEvent implements Serializable

Serialized Fields

attributes2

java.util.List<E> attributes2

namespaces2

java.util.List<E> namespaces2

Package org.mule.registry

Class org.mule.registry.RegistryMap extends CaseInsensitiveHashMap implements Serializable

Serialized Fields

registry

Registry registry

Package org.mule.retry

Class org.mule.retry.RetryPolicyExhaustedException extends FatalException implements Serializable

serialVersionUID: 3300563235465630595L


Package org.mule.routing

Class org.mule.routing.AggregationException extends RoutingException implements Serializable

serialVersionUID: 1276049971165761454L

Serialized Fields

eventGroup

EventGroup eventGroup

Class org.mule.routing.EventGroup extends java.lang.Object implements Serializable

serialVersionUID: 953739659615692697L

Serialized Fields

groupId

java.lang.Object groupId

events

java.util.List<E> events

created

long created

expectedSize

int expectedSize

Package org.mule.routing.correlation

Class org.mule.routing.correlation.CorrelationTimeoutException extends MessagingException implements Serializable


Package org.mule.security

Class org.mule.security.DefaultMuleAuthentication extends java.lang.Object implements Serializable

Serialized Fields

authenticated

boolean authenticated

credentials

char[] credentials

user

java.lang.String user

properties

java.util.Map<K,V> properties

Class org.mule.security.DefaultSecurityContext extends java.lang.Object implements Serializable

serialVersionUID: -3209120471953147538L

Serialized Fields

authentication

Authentication authentication

Class org.mule.security.MuleCredentials extends java.lang.Object implements Serializable

Serialized Fields

username

java.lang.String username

password

char[] password

roles

java.lang.Object roles

Package org.mule.service

Class org.mule.service.AbstractService extends java.lang.Object implements Serializable

Serialized Fields

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

java.lang.String name
The service's name


outboundRouter

MessageProcessor outboundRouter

messageSource

MessageSource messageSource

asyncReplyMessageSource

ServiceAsyncReplyCompositeMessageSource asyncReplyMessageSource

messageProcessorChain

MessageProcessor messageProcessorChain

messageInfoMapping

MessageInfoMapping messageInfoMapping

initialState

java.lang.String initialState
Determines the initial state of this service when the model starts. Can be 'stopped' or 'started' (default)


component

Component component

Package org.mule.session

Class org.mule.session.DefaultMuleSession extends java.lang.Object implements Serializable

serialVersionUID: 3380926585676521866L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

valid

boolean valid
Determines if the service is valid


id

java.lang.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

java.util.Map<K,V> properties

Package org.mule.tck.exceptions

Class org.mule.tck.exceptions.FunctionalTestException extends MuleException implements Serializable


Package org.mule.tck.functional

Class org.mule.tck.functional.FunctionalTestNotification extends CustomNotification implements Serializable

serialVersionUID: -3435373745940904597L

Serialized Fields

replyMessage

java.lang.Object replyMessage

eventContext

MuleEventContext eventContext

Package org.mule.tck.security

Class org.mule.tck.security.TestSecurityFilter.StaticMessageUnauthorisedException extends UnauthorisedException implements Serializable


Package org.mule.tck.testmodels.fruit

Class org.mule.tck.testmodels.fruit.AbstractFruit extends java.lang.Object implements Serializable

Class org.mule.tck.testmodels.fruit.Apple extends java.lang.Object implements Serializable

serialVersionUID: -7631993371500076921L

Serialized Fields

bitten

boolean bitten

washed

boolean washed

cleaner

org.mule.tck.testmodels.fruit.FruitCleaner cleaner

Class org.mule.tck.testmodels.fruit.Banana extends java.lang.Object implements Serializable

serialVersionUID: -1371515374040436874L

Serialized Fields

peeled

boolean peeled

bitten

boolean bitten

Class org.mule.tck.testmodels.fruit.BloodOrange extends org.mule.tck.testmodels.fruit.Orange implements Serializable

Class org.mule.tck.testmodels.fruit.GrapeFruit extends java.lang.Object implements Serializable

Serialized Fields

segments

java.lang.Integer segments

radius

java.lang.Double radius

brand

java.lang.String brand

red

boolean red

bitten

boolean bitten

Class org.mule.tck.testmodels.fruit.InvalidSatsuma extends java.lang.Object implements Serializable

serialVersionUID: -6328691504772842584L

Serialized Fields

bitten

boolean bitten

Class org.mule.tck.testmodels.fruit.Kiwi extends java.lang.Object implements Serializable

serialVersionUID: -1468423665948468954L

Serialized Fields

bitten

boolean bitten

Class org.mule.tck.testmodels.fruit.Orange extends java.lang.Object implements Serializable

serialVersionUID: 2556604671068150589L

Serialized Fields

bitten

boolean bitten

segments

java.lang.Integer segments

radius

java.lang.Double radius

brand

java.lang.String brand

cleaner

org.mule.tck.testmodels.fruit.FruitCleaner cleaner

mapProperties

java.util.Map<K,V> mapProperties

listProperties

java.util.List<E> listProperties

arrayProperties

java.util.List<E> arrayProperties

Class org.mule.tck.testmodels.fruit.RedApple extends org.mule.tck.testmodels.fruit.Apple implements Serializable

serialVersionUID: 1731005445509956204L

Class org.mule.tck.testmodels.fruit.WaterMelon extends java.lang.Object implements Serializable

serialVersionUID: -8860598811203869100L

Serialized Fields

bitten

boolean bitten

seeds

java.lang.Integer seeds

radius

java.lang.Double radius

brand

java.lang.String brand

state

java.lang.String state

Package org.mule.tck.testmodels.services

Class org.mule.tck.testmodels.services.TestComponentException extends java.lang.Exception implements Serializable

serialVersionUID: -3906931231398539327L


Package org.mule.transaction

Class org.mule.transaction.IllegalTransactionStateException extends TransactionStatusException implements Serializable

serialVersionUID: -1062247038945694389L

Class org.mule.transaction.TransactionInProgressException extends TransactionStatusException implements Serializable

serialVersionUID: -6041127507191183323L

Class org.mule.transaction.TransactionNotInProgressException extends TransactionStatusException implements Serializable

serialVersionUID: -4825546092229025015L

Class org.mule.transaction.TransactionRollbackException extends TransactionException implements Serializable

serialVersionUID: -3247455113055556221L

Class org.mule.transaction.TransactionStatusException extends TransactionException implements Serializable

serialVersionUID: -2408368544426562868L


Package org.mule.transformer.types

Class org.mule.transformer.types.CollectionDataType extends SimpleDataType<T> implements Serializable

Serialized Fields

collectionType

java.lang.Class<T> collectionType

Class org.mule.transformer.types.ListDataType extends CollectionDataType<T> implements Serializable

Class org.mule.transformer.types.SetDataType extends CollectionDataType<T> implements Serializable

Class org.mule.transformer.types.SimpleDataType extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.Class<T> type

mimeType

java.lang.String mimeType

encoding

java.lang.String encoding

Package org.mule.transport.ajax.container

Class org.mule.transport.ajax.container.MuleAjaxServlet extends org.mortbay.cometd.continuation.ContinuationCometdServlet implements Serializable

Serialized Fields

connector

Connector connector

jsonTransformer

ObjectToJson jsonTransformer

ignoreClasses

java.util.Set<E> ignoreClasses

jsonBindings

java.util.Set<E> jsonBindings

Class org.mule.transport.ajax.container.MuleAjaxServlet.MuleMessageImpl extends org.mortbay.cometd.MessageImpl implements Serializable


Package org.mule.transport.http

Class org.mule.transport.http.HttpResponseException extends java.lang.Exception implements Serializable

Serialized Fields

responseText

java.lang.String responseText

responseCode

int responseCode

Package org.mule.transport.http.components

Class org.mule.transport.http.components.RestServiceException extends MessagingException implements Serializable

serialVersionUID: -1026055907767407434L


Package org.mule.transport.http.multipart

Class org.mule.transport.http.multipart.LazyList extends java.lang.Object implements Serializable


Package org.mule.transport.jms

Class org.mule.transport.jms.MessageRedeliveredException extends MessagingException implements Serializable

serialVersionUID: 9013890402770563931L


Package org.mule.transport.quartz.config

Class org.mule.transport.quartz.config.AbstractJobConfig extends java.lang.Object implements Serializable

Serialized Fields

stateful

boolean stateful

groupName

java.lang.String groupName

jobGroupName

java.lang.String jobGroupName

Package org.mule.transport.quartz.jobs

Class org.mule.transport.quartz.jobs.CustomJobConfig extends AbstractJobConfig implements Serializable

Serialized Fields

job

org.quartz.Job job

Class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig extends AbstractJobConfig implements Serializable

Serialized Fields

expression

java.lang.String expression

evaluator

java.lang.String evaluator

customEvaluator

java.lang.String customEvaluator

Class org.mule.transport.quartz.jobs.EndpointPollingJobConfig extends AbstractJobConfig implements Serializable

Serialized Fields

endpointRef

java.lang.String endpointRef

timeout

int timeout

Class org.mule.transport.quartz.jobs.EventGeneratorJobConfig extends AbstractJobConfig implements Serializable

Serialized Fields

payload

java.lang.Object payload

Class org.mule.transport.quartz.jobs.ScheduledDispatchJob extends java.lang.Object implements Serializable

Class org.mule.transport.quartz.jobs.ScheduledDispatchJobConfig extends AbstractJobConfig implements Serializable

Serialized Fields

endpointRef

java.lang.String endpointRef
The endpoint ref has to be a string and not a reference to the actual endpoint because jobs can get stored in a database

Class org.mule.transport.quartz.jobs.StatefulScheduledDispatchJob extends ScheduledDispatchJob implements Serializable


Package org.mule.transport.service

Class org.mule.transport.service.TransportFactoryException extends EndpointException implements Serializable

serialVersionUID: -4166766364690837213L

Class org.mule.transport.service.TransportServiceException extends TransportFactoryException implements Serializable

serialVersionUID: 5377271625492627661L

Class org.mule.transport.service.TransportServiceNotFoundException extends TransportFactoryException implements Serializable

serialVersionUID: -8321406750213654479L


Package org.mule.transport.servlet

Class org.mule.transport.servlet.AbstractReceiverServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

payloadParameterName

java.lang.String payloadParameterName

timeout

long timeout

feedback

boolean feedback

defaultContentType

java.lang.String defaultContentType

muleContext

MuleContext muleContext

responseTransformer

MuleMessageToHttpResponse responseTransformer

Class org.mule.transport.servlet.JarResourceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

basepath

java.lang.String basepath

Class org.mule.transport.servlet.MuleReceiverServlet extends AbstractReceiverServlet implements Serializable

serialVersionUID: 6631307373079767439L

Serialized Fields

connector

ServletConnector connector

useCachedHttpServletRequest

boolean useCachedHttpServletRequest

Class org.mule.transport.servlet.MuleRESTReceiverServlet extends MuleReceiverServlet implements Serializable

serialVersionUID: -2395763805839859649L


Package org.mule.transport.servlet.events

Class org.mule.transport.servlet.events.ServletContextNotification extends CustomNotification implements Serializable

serialVersionUID: -3246036188011581121L


Package org.mule.transport.servlet.jetty

Class org.mule.transport.servlet.jetty.JettyContinuationsReceiverServlet extends JettyReceiverServlet implements Serializable

Serialized Fields

mutex

java.lang.Object mutex

Class org.mule.transport.servlet.jetty.JettyReceiverServlet extends MuleReceiverServlet implements Serializable

serialVersionUID: 238326861089137293L

Serialized Fields

receivers

edu.emory.mathcs.backport.java.util.concurrent.ConcurrentMap receivers

Package org.mule.transport.soap.axis.extensions

Class org.mule.transport.soap.axis.extensions.MuleHttpSender extends org.apache.axis.handlers.BasicHandler implements Serializable

serialVersionUID: -1730816323289419500L

Serialized Fields

targetURL

java.net.URL targetURL
Deprecated. 
the url; used for error reporting

Class org.mule.transport.soap.axis.extensions.MuleMsgProvider extends org.apache.axis.providers.java.MsgProvider implements Serializable

serialVersionUID: -4399291846942449361L

Serialized Fields

connector

AxisConnector connector

METHOD_BODYARRAY

java.lang.String METHOD_BODYARRAY

METHOD_ELEMENTARRAY

java.lang.String METHOD_ELEMENTARRAY

METHOD_DOCUMENT

java.lang.String METHOD_DOCUMENT

Class org.mule.transport.soap.axis.extensions.MuleRPCProvider extends org.apache.axis.providers.java.RPCProvider implements Serializable

serialVersionUID: -4987111047650933518L

Serialized Fields

connector

AxisConnector connector

Class org.mule.transport.soap.axis.extensions.MuleSoapHeadersHandler extends org.apache.axis.handlers.BasicHandler implements Serializable

serialVersionUID: 1813393257662701953L

Class org.mule.transport.soap.axis.extensions.UniversalSender extends org.apache.axis.handlers.BasicHandler implements Serializable

serialVersionUID: 7943380365092172940L

Serialized Fields

endpointsCache

java.util.Map<K,V> endpointsCache

muleContext

MuleContext muleContext

Package org.mule.util

Class org.mule.util.CaseInsensitiveHashMap extends AbstractHashedMap implements Serializable

serialVersionUID: -7074633917369299456L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read the map in using a custom routine.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write the map out using a custom routine.

Throws:
java.io.IOException

Class org.mule.util.MapCombiner extends java.lang.Object implements Serializable

serialVersionUID: -6291404712112000383L

Serialized Fields

maxDepth

int maxDepth

list

java.util.List<E> list

cachedMerge

java.util.Map<K,V> cachedMerge

isMerged

boolean isMerged

Package org.mule.util.compression

Class org.mule.util.compression.CompressionException extends java.io.IOException implements Serializable

serialVersionUID: 8587532237749889185L


Package org.mule.util.concurrent

Class org.mule.util.concurrent.ConcurrentHashSet extends java.util.AbstractSet implements Serializable

serialVersionUID: 2454657854757543876L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

map

edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap map

Package org.mule.util.file

Class org.mule.util.file.DeleteException extends java.io.IOException implements Serializable

serialVersionUID: 6725758458721277194L


Package org.mule.util.scan

Class org.mule.util.scan.Grape extends java.lang.Object implements Serializable

Serialized Fields

bitten

boolean bitten

Class org.mule.util.scan.MadridOrange extends org.mule.tck.testmodels.fruit.Orange implements Serializable

Class org.mule.util.scan.SeedlessGrape extends org.mule.util.scan.Grape implements Serializable


Package org.mule.util.scan.annotations

Class org.mule.util.scan.annotations.SampleBeanWithAnnotations extends java.lang.Object implements Serializable


Package org.mule.util.timer

Class org.mule.util.timer.TimeEvent extends java.util.EventObject implements Serializable

serialVersionUID: -7540426406525372393L

Serialized Fields

name

java.lang.String name
The event name


timeExpired

long timeExpired

Package org.mule.util.xa

Class org.mule.util.xa.ResourceManagerException extends MuleException implements Serializable

serialVersionUID: -2710661653314559260L

Class org.mule.util.xa.ResourceManagerSystemException extends ResourceManagerException implements Serializable

serialVersionUID: 1202058044460490597L



Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.