Class Index

A B C D E F G H I J L M N O P Q R S T U V X Y

A

AbstractConnectedProcessor  
AbstractConsumerEntityPayloadRequest  
AbstractDefinitionParser  
AbstractDefinitionParser.ParseDelegate<T>  
AbstractExpressionEvaluator  
AbstractListeningMessageProcessor<O>  
AbstractMessageProcessor<O>  
AbstractODataApplication Abstract OData application. 
AbstractODataClient  
AbstractODataConsumer  
Action1<T>  
AddExpression  
AggregateAllFunction /all(:)  
AggregateAnyFunction /any() /any(:)  
AggregateBoolFunction /(:)  
AllowSelfSignedCertsBehavior  
AndExpression  
AtomCollectionInfo  
AtomEntryFormatParser  
AtomEntryFormatWriter  
AtomFeedFormatParser  
AtomFeedFormatParser.AtomFeed  
AtomFeedFormatParser.DataServicesAtomEntry  
AtomFeedFormatWriter  
AtomInfo Additional Atom information. 
AtomRequestEntryFormatWriter  
AtomServiceDocumentFormatParser  
AtomServiceDocumentFormatWriter  
AtomSingleLinkFormatParser  
AtomSingleLinkFormatWriter  
AtomSingleLinksFormatWriter  
AtomWorkspaceInfo  
Attribute2  
AzureTableBehavior  

B

BadRequestException  
Base64 Provides Base64 encoding and decoding as defined by RFC 2045. 
BaseResource  
BaseResponse The base payload interface for responses to client requests. 
BasicAuthenticationBehavior  
BatchBodyPart  
BatchDefinitionParser  
BatchMessageProcessor BatchMessageProcessor invokes the batch(org.mule.api.MuleMessage, java.util.List) method in ODataConnector. 
BatchMultipartWriter Multipart writer with custom management of the boundary string intended for consuming batch services 
BatchPartResponse  
BatchResult This object groups the responses for each operation in a batch. 
BeanBasedPropertyModel  
BeanModel An abstract representation of the "bean" nature of a class. 
BeginTransactionCommand  
BinaryBoolCommonExpression  
BinaryCommonExpression  
BinaryDecoder Defines common decoding methods for byte array decoders. 
BinaryEncoder Defines common encoding methods for byte array encoders. 
BinaryLiteral  
BOMWorkaroundReader  
BoolCommonExpression  
BooleanLiteral  
BoolMethodExpression  
BoolParenExpression  
ByteLiteral 0 (0x00) to 255 (0xFF)  

C

CallFunctionCommandContext  
Capabilities This interface is implemented for every org.mule.api.annotations.Module annotated class, to dynamically query what its capabilities are. 
Capability Enumeration of possible capabilities of Mule modules. 
CastExpression  
CeilingMethodCallExpression  
Chain  
ChainCommand<TContext extends CommandContext>  
ChainCommand.Builder<TContext extends CommandContext>  
CharEncoding Character encoding names required of every implementation of the Java platform. 
ClientAccessPolicyXmlResource  
CloseCommandContext  
CollectionResponse<T extends OObject> An CollectionResponse is a response to a client request expecting a collection of OData objects. 
Command<TContext extends CommandContext>  
Command  
CommandContext  
CommandExecution  
CommandProducer  
CommandProducerBackend  
CommandResult  
CommitTransactionCommand  
CommonExpression  
ComplexObjectResponse An ComplexObjectResponse is a response to a client request expecting a single instance of a complex type. 
ConcatMethodCallExpression  
Connection  
ConnectionManager<K, C extends Connection> Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. 
ConsumerBatchRequest  
ConsumerDeleteEntityRequest  
ConsumerQueryRequestBase<T>  
Context  
CountResponse  
CountResult  
CreateAndLinkCommand  
CreateEntityAtPropertyCommandContext  
CreateEntityCommandContext  
CreateEntityDefinitionParser  
CreateEntityMessageProcessor CreateEntityMessageProcessor invokes the createEntity(org.mule.api.MuleMessage, java.lang.Object, java.lang.String) method in ODataConnector. 
CreateLinkCommandContext  
CrossDomainXmlResource  

D

DallasCtp2AuthenticationBehavior  
DateTimeLiteral  
DateTimeOffsetLiteral  
DayMethodCallExpression  
DecimalLiteral  
Decoder

Provides the highest level of abstraction for Decoders. 

DecoderException Thrown when a Decoder has encountered a failure condition during a decode. 
DefaultJerseyClientFactory The default factory implementation for Jersey clients. 
DefaultODataApplication Default OData application containing the DefaultODataProducerProvider. 
DefaultODataProducerProvider Default OData producer provider. 
DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  
Delegate<T> Base interface for delegates, also known as decorators. 
DeleteEntityCommand  
DeleteEntityCommandContext  
DeleteEntityDefinitionParser  
DeleteEntityMessageProcessor DeleteEntityMessageProcessor invokes the deleteEntity(org.mule.api.MuleMessage, java.lang.Object, java.lang.String, java.lang.String) method in ODataConnector. 
DeleteLinkCommandContext  
DivExpression  
DomXMLFactoryProvider2  
DoubleLiteral  

E

EclipseLink  
EclipseLinkJPAEdmGenerator  
Edm A bunch of constants for defining the meta EDM. 
Edm.ComplexType  
Edm.Documentation  
Edm.EntityKey  
Edm.EntitySets  
Edm.EntityType  
Edm.Item  
Edm.Property  
Edm.PropertyRef  
Edm.Schema Note: Schema is *almost* an Item...It doesn't have a Name though..and you can't attach a Documentation to it...weird. 
Edm.Schema.NavProps  
Edm.StructuralType  
Edm.StructuralType.NavProps  
EdmAnnotation<T> Base annotation in the edm type system. 
EdmAnnotationAttribute A CSDL Annotation attribute. 
EdmAnnotationElement<T> A CSDL Annotation element. 
EdmAssociation A CSDL Association element. 
EdmAssociation.Builder Mutable builder for EdmAssociation objects. 
EdmAssociationEnd A CSDL End element (as a child of the Association element)

An End element (as a child of the Association element) identifies the entity type on one end of an association and the number of entity type instances that can exist at that end of an association. 

EdmAssociationEnd.Builder Mutable builder for EdmAssociationEnd objects. 
EdmAssociationSet A CSDL AnnotationSet element. 
EdmAssociationSet.Builder Mutable builder for EdmAssociationSet objects. 
EdmAssociationSetEnd A CSDL End element (as a child of the AssociationSet element)

The End element specifies one end of an association set. 

EdmAssociationSetEnd.Builder Mutable builder for EdmAssociationEnd objects. 
EdmCollectionType A CSDL CollectionType element. 
EdmCollectionType.Builder Mutable builder for EdmCollectionType objects. 
EdmComplexType A CSDL ComplexType element. 
EdmComplexType.Builder Mutable builder for EdmComplexType objects. 
EdmDataServices The <edmx:DataServices> element contains the service metadata of a Data Service. 
EdmDataServices.Builder Mutable builder for EdmDataServices objects. 
EdmDataServicesDecorator  
EdmDataServicesProvider  
EdmDecorator Application specific EDM customizations such as Documentation and Annotations. 
EdmDocumentation A CSDL Documentation element. 
EdmEntityContainer A CSDL EntityContainer element. 
EdmEntityContainer.Builder Mutable builder for EdmEntityContainer objects. 
EdmEntitySet A CSDL EntitySet element. 
EdmEntitySet.Builder Mutable builder for EdmEntitySet objects. 
EdmEntityType A CSDL EntityType element. 
EdmEntityType.Builder Mutable builder for EdmEntityType objects. 
EdmFunctionImport A CSDL FunctionImport element. 
EdmFunctionImport.Builder Mutable builder for EdmFunctionImport objects. 
EdmFunctionParameter A CSDL Parameter element. 
EdmFunctionParameter.Builder Mutable builder for EdmFunctionParameter objects. 
EdmFunctionParameter.Mode Parameter type: In, Out, or InOut  
EdmGenerator An object that knows how to produce an EdmDataServices model in the context of an EdmDecorator. 
EdmItem Constructs in the CSDL that we model in the org.odata4j.edm package share some common functionality:
  • Documentation (see EdmDocumentation)
  • Annotation (attributes and elements, see EdmAnnotation)  
  • EdmItem.Builder<T, TBuilder> Mutable builder for EdmItem objects. 
    EdmMultiplicity The possible number of entity types at each end of the relationship. 
    EdmNavigationProperty A CSDL NavigationProperty element. 
    EdmNavigationProperty.Builder Mutable builder for EdmNavigationProperty objects. 
    EdmNonSimpleType Non-primitive type in the EDM type system. 
    EdmProperty A CSDL Property element. 
    EdmProperty.Builder Mutable builder for EdmProperty objects. 
    EdmProperty.CollectionKind Kind of collection: List, Bag, or Collection  
    EdmPropertyBase Shared base class for EdmProperty and EdmNavigationProperty  
    EdmPropertyBase.Builder<T, TBuilder> Mutable builder for EdmPropertyBase objects. 
    EdmSchema A CSDL Schema element. 
    EdmSchema.Builder Mutable builder for EdmSchema objects. 
    EdmSimpleType<V> Primitive types in the EDM type system. 
    EdmStructuralType In the Entity Data Model (EDM), structural types are EDM types that have members. 
    EdmStructuralType.Builder<T, TBuilder> Mutable builder for EdmStructuralType objects. 
    EdmType A type in the EDM type system. 
    EdmType.Builder<T, TBuilder> Mutable builder for EdmType objects. 
    EdmType.DeferredBuilder<T, TBuilder> Mutable builder for EdmType objects with deferred resolution. 
    EdmxFormatParser  
    EdmxFormatWriter  
    Encoder

    Provides the highest level of abstraction for Encoders. 

    EncoderException Thrown when there is a failure condition during the encoding process. 
    EndElement2  
    EndsWithMethodCallExpression  
    EntitiesRequestResource  
    EntitiesResponse An EntitiesResponse is a response to a client request expecting multiple OData entities. 
    EntitiesResult  
    EntityIdFunctionPropertyModelDelegate<TEntity, TKey>  
    EntityIdResponse An EntityIdResponse is a response to a client request expecting one or more entity-ids. 
    EntityManagerCommand  
    EntityQueryInfo QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure. 
    EntityQueryInfo.Builder  
    EntityRequestResource  
    EntityResponse An EntityResponse is a response to a client request expecting a single OData entity. 
    EntityResult  
    EntitySegment  
    EntitySetInfo Entity-set title and href. 
    EntitySimpleProperty  
    Entry Building block for OData payload. 
    EnumsAsStringsPropertyModelDelegate  
    EqExpression  
    ExecuteCountQueryCommand  
    ExecuteJPQLQueryCommand  
    Expression  
    ExpressionEvaluator Evaluate an $filter expression. 
    ExpressionEvaluator.VariableResolver Resolves variables during expression evaluation. 
    ExpressionParser  
    ExpressionParser.AggregateFunction  
    ExpressionParser.Token  
    ExpressionParser.TokenType  
    ExpressionVisitor  

    F

    Feed Feed and Entry are buildings block for the ODATA payload. 
    FeedCustomizationMapping  
    FieldDescriptor  
    Filter  
    FilterCommand<TContext extends CommandContext>  
    FilterExpressionVisitor  
    FilterResult  
    FloorMethodCallExpression  
    ForbiddenException  
    FormatParser<T> Deals with parsing the resulting stream into a Entry or Feed and converting it to a OEntity. 
    FormatParserFactory  
    FormatParserFactory.AtomParsers  
    FormatParserFactory.JsonParsers  
    FormatType  
    FormatTypeEnumTransformer  
    FormatWriter<T> Write entities to an output stream in a particular format 
    FormatWriterFactory  
    FormatWriterFactory.AtomWriters  
    FormatWriterFactory.JsonWriters  
    FunctionResource Handles function calls. 

    G

    GeExpression  
    GenerateJdbcModel  
    GenerateJPQLCommand  
    GenerateSqlDelete  
    GenerateSqlInsert  
    GenerateSqlQuery  
    GenerateWhereClause  
    GenericAnnotation<T> Generic implementation of NamespacedAnnotation. 
    GetEntitiesCommandContext  
    GetEntitiesCountCommandContext  
    GetEntitiesDefinitionParser  
    GetEntitiesMessageProcessor GetEntitiesMessageProcessor invokes the getEntities(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String) method in ODataConnector. 
    GetEntityCommand  
    GetEntityCommandContext  
    GetLinksCommandContext  
    GetMetadataCommandContext  
    GetMetadataProducerCommandContext  
    GetNavPropertyCommandContext  
    GetNavPropertyCountCommandContext  
    GtExpression  
    Guid Annotation to mark that a give field is a Guid 
    Guid A custom Guid class is necessary to interop with .net Guid strings incompatible with UUID. 
    GuidLiteral  

    H

    HeaderMap A MultivaluedMap with String keys and values backed by a HashMap. 
    Hex Hex encoder and decoder. 
    HourMethodCallExpression  
    HsqlAddSystemTables  
    HttpCallback  
    HttpCallbackAdapter  

    I

    ImmutableList<T> A List implementation whose structure is immutable after construction. 
    ImmutableMap<K, V> A Map implementation whose structure is immutable after construction. 
    ImmutableMap.Builder<K, V>  
    IndexOfMethodCallExpression  
    InlineCount NONE or ALLPAGES 
    InMemoryEdmGenerator  
    InMemoryEntityInfo<TEntity>  
    InMemoryEvaluation  
    InMemoryProducer An in-memory implementation of an ODATA Producer. 
    InMemoryTypeMapping  
    Int64Literal  
    IntegralLiteral  
    InternalUtil  
    IsofExpression  

    J

    Jdbc  
    JdbcBaseCommand  
    JdbcCreateEntityCommand  
    JdbcDeleteEntityCommand  
    JdbcGetEntitiesCommand  
    JdbcGetEntityCommand  
    JdbcGetMetadataCommand  
    JdbcMetadataMapping  
    JdbcModel  
    JdbcModel.JdbcColumn  
    JdbcModel.JdbcPrimaryKey  
    JdbcModel.JdbcSchema  
    JdbcModel.JdbcTable  
    JdbcModelToMetadata  
    JdbcProducer  
    JdbcProducer.Builder  
    JdbcProducerBackend  
    JdbcProducerBackendInvocationHandler  
    JdbcProducerCommandContext  
    JerseyClientBehavior  
    JerseyClientFactory Client-side extension mechanism - provides a Jersey Client implementation given a configuration. 
    JerseyClientUtil  
    JerseyServer OData server using the Jersey JAX-RS and Sun's HTTP server implementation. 
    JPAContext  
    JPAContext.ContextEntity  
    JPAContext.EntityAccessor  
    JPAEdmGenerator  
    JPAMember  
    JPAProducer  
    JPAProducer.CommandType  
    JPAProducerBehavior  
    JPAProducerFactory  
    JPAResult  
    JPAResults  
    JPASkipToken  
    JPQLGenerator  
    JsonCollectionFormatParser Parses an OCollection in JSON format. 
    JsonCollectionFormatWriter Writer for OCollections in JSON  
    JsonComplexObjectFormatParser Parser for OComplexObjects in JSON  
    JsonComplexObjectFormatWriter Writer for OComplexObjects in JSON  
    JsonEntryFormatParser  
    JsonEntryFormatWriter  
    JsonFeedFormatParser  
    JsonFeedFormatWriter Write an RSS Feed in JSON format  
    JsonFormatParser  
    JsonFormatWriter<T> Write content to an output stream in JSON format. 
    JsonPropertyFormatWriter  
    JsonRequestEntryFormatWriter  
    JsonServiceDocumentFormatWriter  
    JsonSingleLinkFormatParser  
    JsonSingleLinkFormatWriter  
    JsonSingleLinksFormatWriter  
    JsonStreamReaderFactory  
    JsonStreamReaderFactory.JsonParseException  
    JsonStreamReaderFactory.JsonStreamReader  
    JsonStreamReaderFactory.JsonStreamReader.JsonEndPropertyEvent  
    JsonStreamReaderFactory.JsonStreamReader.JsonEvent  
    JsonStreamReaderFactory.JsonStreamReader.JsonStartPropertyEvent  
    JsonStreamReaderFactory.JsonStreamReader.JsonValueEvent  
    JsonStreamReaderFactory.JsonStreamTokenizer  
    JsonStreamReaderFactory.JsonStreamTokenizer.JsonToken  
    JsonStreamReaderFactory.JsonStreamTokenizer.JsonTokenType  
    JsonTypeConverter  
    JsonWriter  

    L

    LeExpression  
    LengthMethodCallExpression  
    LimitJdbcModelToDefaultSchema  
    LinksRequestResource  
    LiteralExpression  
    LoggingCommand  
    LtExpression  

    M

    ManagedConnectionProcessInterceptor<T>  
    ManagedConnectionProcessTemplate<P>  
    ManualXMLWriter2  
    MemberExpression  
    MergeEntityCommand  
    MergeEntityCommandContext  
    MetadataAware This interface is implemented for every org.mule.api.annotations.Module and org.mule.api.annotations.Connector annotated class and its purpose is to define a contract to query the annotated class about its metadata. 
    MetadataEdmGenerator Creates an EdmDataServices instance that models the EDM in terms of the EDM, call it a meta-EDM. 
    MetadataProducer A producer for $metadata. 
    MetadataProducer.Context  
    MetadataProducer.CustomOptions  
    MetadataResource  
    MethodCallExpression  
    MethodNotAllowedException  
    MethodTunnelingBehavior  
    MinuteMethodCallExpression  
    ModExpression  
    MonthMethodCallExpression  
    MulExpression  

    N

    Named An object with a name. 
    NamedValue<T> A strongly-typed named value. 
    NamedValues A static factory to create immutable NamedValue instances. 
    NamespacedAnnotation<T> An annotation (typed name-value pair) that lives in a namespace. 
    NeExpression  
    NegateExpression  
    NestedProcessorChain  
    NoopCommand  
    NotAcceptableException  
    NotAuthorizedException Exception to be thrown when the user is not authorized to consume a feed 
    NotAuthorizedException  
    NotAuthorizedException  
    NotExpression  
    NotFoundException  
    NotImplementedException  
    NullLiteral  

    O

    OAtomEntity Interface providing information for ATOM serialization. 
    OAtomStreamEntity  
    OAuth1Adapter  
    OAuth2Adapter  
    OAuthAdapter  
    OAuthManager<C extends OAuthAdapter> Wrapper around org.mule.api.annotations.oauth.OAuth annotated class that will infuse it with access token management capabilities. 
    OBatchRequest  
    OClientBehavior Extension-point for modifying client http requests. 
    OClientBehaviors A static factory to create built-in OClientBehavior instances. 
    OCollection<T extends OObject> A homogeneous collection of OData objects of a given EdmType. 
    OCollection.Builder<T extends OObject> Builds an OCollection instance. 
    OCollections A static factory to create immutable OCollection instances. 
    OComparators A static factory to create useful Comparator instances. 
    OComplexObject An instance of an EdmComplexType. 
    OComplexObject.Builder Builds an OComplexObject instance. 
    OComplexObjects A static factory to create immutable OComplexObject instances. 
    OCreateRequest<T> A consumer-side create-request builder. 
    ODataApplication Jersey-specific OData application containing the Jersey-specific ODataProducerProvider. 
    ODataBatchProvider  
    ODataBatchProvider.HTTP_METHOD  
    ODataClient  
    ODataClientRequest Generic OData http request builder. 
    ODataConnector Connector for consuming OData feeds by performing read, create, update and delete operations. 
    ODataConnectorCapabilitiesAdapter A ODataConnectorCapabilitiesAdapter is a wrapper around ODataConnector that implements org.mule.api.Capabilities interface. 
    ODataConnectorConfigDefinitionParser  
    ODataConnectorConnectionFactory  
    ODataConnectorConnectionIdentifierAdapter A ODataConnectorConnectionIdentifierAdapter is a wrapper around ODataConnector that implements org.mule.devkit.dynamic.api.helper.Connection interface. 
    ODataConnectorConnectionKey A tuple of connection parameters  
    ODataConnectorConnectionManager A ODataConnectorConnectionManager is a wrapper around ODataConnector that adds connection management capabilities to the pojo. 
    ODataConnectorLifecycleAdapter A ODataConnectorLifecycleAdapter is a wrapper around ODataConnector that adds lifecycle methods to the pojo. 
    ODataConnectorMetadataAdapater A ODataConnectorMetadataAdapater is a wrapper around ODataConnector that adds support for querying metadata about the extension. 
    ODataConnectorProcessAdapter A ODataConnectorProcessAdapter is a wrapper around ODataConnector that enables custom processing strategies. 
    ODataConstants Useful constants. 
    ODataConstants.Headers Http header names. 
    ODataConsumer  
    ODataConsumer.Dump Sends http request and/or response information to standard out. 
    ODataConsumerFactory  
    ODataConsumerFactoryImpl  
    ODataException  
    ODataJerseyClient  
    ODataJerseyConsumer ODataConsumer is the client-side interface to an OData service. 
    ODataJerseyConsumer.Builder Builder for ODataJerseyConsumer objects. 
    OdataNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/odata. 
    ODataProducer Implement ODataProducer on the server-side to create a new java-based OData producer. 
    ODataProducerDelegate Abstract base Delegate for ODataProducer. 
    ODataProducerFactory An ODataProducerFactory creates new OData producer instances given properties. 
    ODataProducerProvider Jersey-specific OData producer provider. 
    ODataServer Generic OData server  
    ODataVersion V1 or V2  
    ODataVersionEnumTransformer  
    OEntities A static factory to create immutable OEntity instances. 
    OEntity An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities). 
    OEntityGetRequest<T> A consumer-side entity-request builder, used for GET operations of a single entity. 
    OEntityId The identity of a single OData entity, consisting of an entity-set name and a unique entity-key within that set. 
    OEntityIds A static factory to create immutable OEntityId instances. 
    OEntityKey An immutable entity-key, made up of either a single unnamed-value or multiple named-values. 
    OEntityKey.KeyType SINGLE or COMPLEX  
    OEntityRequest<T> A consumer-side entity-request builder, used for operations on a single entity such as DELETE. 
    OEntityToJPAEntityCommand  
    OExtensible<T> Basic extension mechanism. 
    OExtension<T> Marker for extension interfaces of a given type. 
    OFuncs A static factory to create useful generic function instances. 
    OFunctionParameter An immutable service operation parameter, consisting of a name, a strongly-typed value, and an edm-type. 
    OFunctionParameters A static factory to create immutable OFunctionParameter instances. 
    OFunctionRequest<T> A consumer-side function-request builder. 
    OldStylePagingBehavior  
    OLink An OLink represents a reference to one or more OData entities. 
    OLinks A static factory to create immutable OLink instances. 
    OModifyRequest<T> A consumer-side modification-request builder, used for operations such as MERGE and UPDATE. 
    OObject OData instance object of the given EdmType. 
    OPredicates A static factory to create useful generic predicate instances. 
    OProperties A static factory to create immutable OProperty instances. 
    OProperty<T> An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type. 
    OptionsQueryParser  
    OQueryRequest<T> A consumer-side query-request builder. 
    OrderByExpression  
    OrderByExpression.Direction  
    ORelatedEntitiesLink An ORelatedEntitiesLink represents a relationship to multiple OData entities. 
    ORelatedEntitiesLinkInline An ORelatedEntitiesLinkInline is an ORelatedEntitiesLink that also includes the referents inline. 
    ORelatedEntityLink An ORelatedEntityLink represents a relationship to a single OData entity. 
    ORelatedEntityLinkInline An ORelatedEntityLinkInline is an ORelatedEntityLink that also includes the referent inlined. 
    OrExpression  
    OSimpleObject<V> An instance of an EdmSimpleType, a primitive value in the OData type system. 
    OSimpleObjects A static factory to create immutable OSimpleObject instances. 
    OStructuralObject  

    P

    ParenExpression  
    PersistJPAEntityCommand  
    PlatformUtil  
    PoolManager  
    PrefixedNamespace A namespace - consists of a uri and local prefix. 
    PrintExpressionVisitor  
    ProcessAdapter<O>  
    ProcessCallback<T, O> Callback with logic to execute within a controlled environment provided by ProcessTemplate 
    ProcessCallbackProcessInterceptor<T, O>  
    ProcessInterceptor<T, O>  
    ProcessTemplate<T, O> ProcessTemplate provides a processing context for message processing. 
    ProducerCommandContext<TResult>  
    PropertyModel  
    PropertyModelDelegate  
    PropertyNamingFormat  
    PropertyNamingFormatEnumTransformer  
    PropertyPath A path in an object graph made up of property names. 
    PropertyPathHelper Helps producers determine if a property is $selected and/or $expanded. 
    PropertyRequestResource  
    PropertyResponse An PropertyResponse is a response to a client request expecting a single property value. 
    PropertyResult<T>  

    Q

    QName2  
    QueryInfo QueryInfo represents an OData multiple-entity query as a strongly-typed immutable data structure. 
    QueryInfo.Builder  

    R

    RecursivePropertyPath A recursive path has an associated depth limiter. 
    ReflectionUtils  
    ReplaceMethodCallExpression  
    ReReadJPAEntityCommand  
    Responses A static factory to create immutable EntitiesResponse, EntityResponse, PropertyResponse, EntityIdResponse, ComplexObjectResponse, or CollectionResponse instances. 
    RestoreAccessTokenCallback  
    RetryProcessInterceptor<T, O>  
    RootApplication Root application containing resources for cross domain and client access policies. 
    RoundMethodCallExpression  

    S

    SaveAccessTokenCallback  
    SByteLiteral -128 (0x80) to 127 (0x7F)  
    SecondMethodCallExpression  
    ServerErrorException  
    ServiceDocumentResource  
    SetResponseCommand  
    Settings  
    SingleLink  
    SingleLinks  
    SingleLiteral  
    SourceCallback Callback interface used by org.mule.api.annotations.Source annotated methods to dispatch messages. 
    SplashScreenAgent Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. 
    SqlStatement  
    SqlStatement.SqlParameter  
    StartElement2  
    StartsWithMethodCallExpression  
    StaxXMLFactoryProvider2  
    StaxXMLWriter2  
    StopSourceCallback Callback returned by methods that are annotated with @Source

    It will be executed when the MessageSource is being stopped. 

    StringLiteral  
    StringProvider2  
    StringUtils Converts String to and from bytes using the encodings required by the Java specification. 
    SubExpression  
    SubstringMethodCallExpression  
    SubstringOfMethodCallExpression  

    T

    Throwables  
    TimeLiteral  
    Titled An object with a title. 
    ToLowerMethodCallExpression  
    ToUpperMethodCallExpression  
    TrimMethodCallExpression  
    TypeConverter  

    U

    UmbrellaException  
    UnableToAcquireAccessTokenException Exception thrown when the access token needed for accessing a protected resource cannot be acquired  
    UnableToAcquireConnectionException Exception thrown when the connection needed for executing an operation is null. 
    UnableToAcquireRequestTokenException Exception thrown when the request token needed for building the authorization URL cannot be acquired  
    UnableToReleaseConnectionException Exception thrown when the release connection operation of the connection manager fails. 
    UnsignedByte Unsigned 8-bit integer (0-255)  
    UpdateEntityCommand  
    UpdateEntityCommandContext  
    UpdateEntityDefinitionParser  
    UpdateEntityMessageProcessor UpdateEntityMessageProcessor invokes the updateEntity(org.mule.api.MuleMessage, java.lang.Object, java.lang.String, java.lang.String) method in ODataConnector. 
    UpdateLinkCommandContext  

    V

    ValidateCountRequestProcessor  

    X

    XMLEvent2  
    XMLEventReader2  
    XMLEventWriter2  
    XMLFactoryProvider2  
    XmlFormatParser  
    XmlFormatWriter  
    XMLInputFactory2  
    XMLOutputFactory2  
    XmlPropertyFormatWriter  
    XmlPullXMLFactoryProvider2  
    XMLWriter2  
    XMLWriterFactory2  

    Y

    YearMethodCallExpression