| Package | Description |
|---|---|
| org.springframework.integration.amqp.support |
Provides AMQP support classes.
|
| org.springframework.integration.mapping |
Provides classes related to mapping to/from message headers.
|
| org.springframework.integration.ws |
Provides several inbound and outbound Web Service components.
|
| org.springframework.integration.xmpp.support |
Provides XMPP specific support classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AmqpHeaderMapper
A convenience interface that extends
HeaderMapper
but parameterized with MessageProperties. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAmqpHeaderMapper
Default implementation of
AmqpHeaderMapper. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHeaderMapper<T>
Abstract base class for HeaderMapper implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SoapHeaderMapper
A convenience interface that extends
HeaderMapper
but parameterized with SoapHeader. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSoapHeaderMapper
A
HeaderMapper implementation for mapping to and from a SoapHeader. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmppHeaderMapper
A convenience interface that extends
HeaderMapper
but parameterized with the Smack API Message. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultXmppHeaderMapper
Default implementation of
XmppHeaderMapper. |
Copyright © 2016. All rights reserved.