Spring Integration

org.springframework.integration.ip.tcp.connection
Class TcpConnectionInterceptorFactory

java.lang.Object
  extended by org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorFactory

public abstract class TcpConnectionInterceptorFactory
extends Object

Base class for TcpConnectionInterceptorFactories. Subclasses create prototype beans by default.

Since:
2.0
Author:
Gary Russell

Constructor Summary
TcpConnectionInterceptorFactory()
           
 
Method Summary
abstract  TcpConnectionInterceptor getInterceptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpConnectionInterceptorFactory

public TcpConnectionInterceptorFactory()
Method Detail

getInterceptor

public abstract TcpConnectionInterceptor getInterceptor()

Spring Integration

Copyright © 2010. All Rights Reserved.