|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Source
from a byte[]
which can be read as many times as required.Reader
.
InOnly
(one way) message exchange.
InOnly
(one way) message exchange.
InOnly
(one way) message exchange with the given resolver.
InOnly
exchange for simpler one-way messaging.
InOptionalOut
(optional request-reply) message
exchange.
InOptionalOut
(optional request-reply) message exchange.
InOptionalOut
(optional request-reply) message exchange with the given resolver.
InOut
(request-reply) message exchange.
InOut
(request-reply) message exchange.
InOut
(request-reply) message exchange with the given resolver.
RobustInOnly
(one way) message exchange.
RobustInOnly
(one way) message exchange.
RobustInOnly
(one way) message exchange with the given resolver.
PojoMarshaler
which will pass through
String objects as XML content, DOM objects or Stream objects, otherwise the
payload is stored in a message property.NamespaceContext
which uses a simple Map where
the keys are the prefixes and the values are the URIsExchangeStatus.DONE
and send the message
on the delivery channel.
NormalizedMessage
instance's content to a re-readable Source
This allows the
content to be read more than once (e.g.
NormalizedMessage
instance's content to a re-readable Source
This allows the
content to be read more than once (e.g.
NormalizedMessage
instance's content to a re-readable Source
This allows the
content to be read more than once (e.g.
ServiceEndpoint
resolving policies from static
relationships to dynamic resolution of the endpoint used based on some policy.Executor
s.ClientFactory
for building a client to access this container
Iterator
of all namespace prefixes in scope within
this context, including those inherited from ancestor contexts.
Source
which is capable of holding on to a POJOExpression
which evaluates an XPath expression using Jaxen and
returns the String value.StoreFactory
for creating memory-based Store
implementations
If a timeout has been specified, a TimeoutMemoryStore
will be created,
otherwise the factory will build a plain MemoryStore
NormalizedMessage
which allows you to
work directly with message bodies as POJOs ignoring the XML stuff or passing a binary
message around as a ByteBuffer or byte[]MessagingException
is receivedFault
InOut
to the endpoint denoted by the given resolver,
blocking until the response is received and then returning the result.
InOut
to the endpoint denoted by the given resolver,
blocking until the response is received and then returning the result.
ServiceEndpoint
reference so that message exchanges can be directed to an endpoint
StreamSource
which uses a Spring Resource
as the source of the input stream.Source
to anotherSourceTransformer
which
adds support for converting from and to StaxSource
instances.Source
from a String which can
be read as many times as required.MemoryStore
which removes entries from the store after the specified timeout
to free memory.DOMSource
or returns null if
the conversion is not supported (making it easy to derive from this class
to add new kinds of conversion).
SAXSource
or returns null if
the conversion is not supported (making it easy to derive from this class
to add new kinds of conversion).
DOMSource
or returns null if the
conversion is not supported (making it easy to derive from this class to
add new kinds of conversion).
Expression
which evaluates an XPath expression using XMLBeans and
returns the String value.Expression
which evaluates an XPath expression using XMLBeans
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |