Renamed JMS adapters.
This commit is contained in:
@@ -28,7 +28,7 @@ import org.springframework.jms.core.JmsTemplate;
|
||||
*
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
public class JmsInboundChannelAdapter extends AbstractInboundChannelAdapter {
|
||||
public class JmsInboundAdapter extends AbstractInboundChannelAdapter {
|
||||
|
||||
private ConnectionFactory connectionFactory;
|
||||
|
||||
@@ -28,7 +28,7 @@ import org.springframework.jms.core.JmsTemplate;
|
||||
*
|
||||
* @author Mark Fisher
|
||||
*/
|
||||
public class JmsOutboundChannelAdapter extends AbstractOutboundChannelAdapter {
|
||||
public class JmsOutboundAdapter extends AbstractOutboundChannelAdapter {
|
||||
|
||||
private ConnectionFactory connectionFactory;
|
||||
|
||||
Reference in New Issue
Block a user