| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
| org.mule.api.config | |
| org.mule.config |
Providers Mule Xml configuration support and general configuration classes.
|
| org.mule.serialization.internal | |
| org.mule.session |
| Modifier and Type | Method and Description |
|---|---|
ObjectSerializer |
DefaultMuleContext.getObjectSerializer()
The instance of
ObjectSerializer
to be used to serialize/deserealize objects |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setObjectSerializer(ObjectSerializer objectSerializer) |
| Modifier and Type | Method and Description |
|---|---|
ObjectSerializer |
MuleContext.getObjectSerializer()
The instance of
ObjectSerializer
to be used to serialize/deserealize objects |
| Modifier and Type | Method and Description |
|---|---|
ObjectSerializer |
MuleConfiguration.getDefaultObjectSerializer()
Returns the default instance of
ObjectSerializer to be
used. |
| Modifier and Type | Method and Description |
|---|---|
ObjectSerializer |
DefaultMuleConfiguration.getDefaultObjectSerializer()
Returns the default instance of
ObjectSerializer to be
used. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleConfiguration.setDefaultObjectSerializer(ObjectSerializer defaultObjectSerializer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectSerializer
Base class for implementations of
ObjectSerializer
This class implements all the base behavioral contract allowing its extensions to
only care about the actual serialization/deserialization part. |
class |
JavaObjectSerializer
Implementation of
ObjectSerializer that uses Java's default serialization
mechanism. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSessionHandler.setObjectSerializer(ObjectSerializer objectSerializer) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.