|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
JBIContainer
ComponentLifeCycle
interface and is not dependent on any ServiceMix code.AuditorMBean
when an error occurs accessing the data store when performing an operation.Source
from a byte[]
which can be read as many times as required.Destination
via various means such as URIs
so that you can send and receive messages using a simple POJO based API.ComponentLifeCycle
into a fully fledged JBI Component
ComponentAdaptor
which also supports the direct
invocation mechanism via the MessageExchangeListener
.InOnly
(one way) message exchange.
InOnly
(one way) message exchange.
InOnly
(one way) message exchange with the given resolver.
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.
#sendMessage(NormalizedMessage)
#sendMessage(NormalizedMessage)
.
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 URIsServiceMixClient
API.ExchangeStatus.DONE
and send the message
on the delivery channel.
ExchangeStatus.DONE
and send the message
on the delivery channel.
ExchangeStatus.DONE
and send the message
on the delivery channel.
ServiceEndpoint
resolving policies from static
relationships to dynamic resolution of the endpoint used based on some policy.EndpointResolver
implementations.JAXPXPathExpression.afterPropertiesSet()
method.
ComponentContext.registerExternalEndpoint(ServiceEndpoint)
.EndpointChooser
selection
policy if more than one endpoints are found.EndpointChooser
selection
policy if more than one endpoints are found.ElementProcessor
for the given
namespace and localNam
Component
interface for this component.
Iterator
of all namespace prefixes in scope within this
context, including those inherited from ancestor contexts.
EndpointChooser
selection
policy if more than one endpoints are found.true
if this context was created in order to install a component into the JBI environment.
Source
which is capable of holding on to a POJOExpression
which evaluates an XPath expression using Jaxen and
returns the String value.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[]ServiceEndpoint
is unavailableFault
ServiceEndpoint
for a given interfaceName.ServiceEndpoint
for a given serviceName.ServiceEndpoint
for a given serviceName.ComponentLifeCycle
without performing any activationComponentLifeCycle
interface and is not dependent on any ServiceMix code.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.
StreamSource
which uses a Spring Resource
as the source of the input stream.Scheduler
.ServiceEndpoint
ComponentContext
to provide the ServiceMixClient
API which is useful for
working with JBI from inside a POJO based JBI Component which doesn't derive from PojoSupport
EndpointChooser
selection
policy if more than one endpoints are found.Source
instances
into the normalized message content.
Source
instances
into the normalized message content.
Source
to anotherBootstrap
SourceTransformer
which adds support for converting from and to
StAXSource
instances.Source
from a String
which can be read as many times as required.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).
MessageTransformer
instance
to transform the input message into the output message.Expression
which evaluates an XPath expression using XMLBeans and
returns the String value.Expression
which evaluates an XPath expression using XMLBeansMessage
instances.PojoMarshaler
for XStream which
streams the object to an a W3C DOM Document so that other components can access
the XML without an extra parse.Source
implementation for XStream which implements the
JavaSource
API
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |