| Modifier and Type | Method and Description |
|---|---|
static Object |
StreamingUtils.streamingContent(Object value,
CursorProviderFactory cursorProviderFactory,
Event event)
If the
cursorProviderFactory accepts the given value, then the result of invoking
of(Event, Object) is returned. |
| Modifier and Type | Method and Description |
|---|---|
CursorProviderFactory |
SourceResultAdapter.getCursorProviderFactory() |
| Constructor and Description |
|---|
SourceResultAdapter(org.mule.runtime.extension.api.runtime.operation.Result result,
CursorProviderFactory cursorProviderFactory,
boolean isCollection)
Creates a new instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCursorStreamProviderFactory
Base implementation of
CursorStreamProviderFactory which contains all the base behaviour and template
methods. |
class |
InMemoryCursorStreamProviderFactory
An implementation of
AbstractCursorStreamProviderFactory which always
generates instances of InMemoryCursorStreamProvider |
class |
NullCursorStreamProviderFactory
Implementation of
AbstractCursorStreamProviderFactory which always returns
the original stream without creating any provider |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCursorIteratorProviderFactory
Base implementation of
CursorIteratorProviderFactory which contains all the base behaviour and template
methods. |
class |
InMemoryCursorIteratorProviderFactory |
class |
NullCursorIteratorProviderFactory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CursorStreamProviderFactory
Specialization of
CursorStreamProvider which creates CursorStreamProvider instances
out of InputStream instances |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CursorIteratorProviderFactory
Specialization of
CursorProviderFactory which creates CursorIteratorProvider instances
out of Iterator instances |
| Modifier and Type | Field and Description |
|---|---|
protected CursorProviderFactory |
ResultsToMessageCollection.cursorProviderFactory |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.api.message.Message |
MessageUtils.toMessage(org.mule.runtime.extension.api.runtime.operation.Result result,
CursorProviderFactory cursorProviderFactory,
Event event)
Transforms the given
result into a Message. |
static org.mule.runtime.api.message.Message |
MessageUtils.toMessage(org.mule.runtime.extension.api.runtime.operation.Result result,
org.mule.runtime.api.metadata.MediaType mediaType,
CursorProviderFactory cursorProviderFactory,
Event event)
Transforms the given
result into a Message. |
static Collection<org.mule.runtime.api.message.Message> |
MessageUtils.toMessageCollection(Collection<org.mule.runtime.extension.api.runtime.operation.Result> results,
CursorProviderFactory cursorProviderFactory,
Event event)
Transforms the given
results into a similar collection of Message
objects |
static Iterator<org.mule.runtime.api.message.Message> |
MessageUtils.toMessageIterator(Iterator<org.mule.runtime.extension.api.runtime.operation.Result> results,
CursorProviderFactory cursorProviderFactory,
Event event)
Transforms the given
results into a similar collection of Message objects |
| Constructor and Description |
|---|
ResultsToMessageCollection(Collection<org.mule.runtime.extension.api.runtime.operation.Result> delegate,
CursorProviderFactory cursorProviderFactory,
Event event) |
ResultsToMessageList(List<org.mule.runtime.extension.api.runtime.operation.Result> delegate,
CursorProviderFactory cursorProviderFactory,
Event event) |
ResultsToMessageSet(Set<org.mule.runtime.extension.api.runtime.operation.Result> delegate,
CursorProviderFactory cursorProviderFactory,
Event event) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.