| Package | Description |
|---|---|
| org.apache.servicemix.jms | |
| org.apache.servicemix.jms.endpoints |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsEndpoint
non-Spring JMS endpoint
This JMS endpoint can be either a consumer or a provider
and is optimized to work with SOAP messages.
|
| Modifier and Type | Field and Description |
|---|---|
protected JmsEndpointType[] |
JmsComponent.endpoints |
| Modifier and Type | Method and Description |
|---|---|
JmsEndpointType[] |
JmsComponent.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsComponent.setEndpoints(JmsEndpointType[] endpoints)
Specifies the list of endpoints hosted by the component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JmsConsumerEndpoint
A Sping-based JMS consumer endpoint.
|
class |
JmsJcaConsumerEndpoint
A Spring-based JMS consumer that uses JCA to connect to the JMS provider
|
class |
JmsProviderEndpoint
A Spring-based JMS provider endpoint
|
class |
JmsSoapConsumerEndpoint
A Spring-based JMS consumer optimized for handling SOAP messages
|
class |
JmsSoapProviderEndpoint
A Spring-based JMS provider optimized for SOAP messages
|
Copyright © 2005-2014 FuseSource. All Rights Reserved.