Spring Integration IP Extensions

org.springframework.integration.x.ip.serializer
Interface StatefulDeserializer<T>

All Superinterfaces:
org.springframework.core.serializer.Deserializer<T>
All Known Implementing Classes:
AbstractHttpSwitchingDeserializer, WebSocketSerializer

public interface StatefulDeserializer<T>
extends org.springframework.core.serializer.Deserializer<T>

Since:
3.0
Author:
Gary Russell

Method Summary
 void removeState(java.lang.Object key)
           
 
Methods inherited from interface org.springframework.core.serializer.Deserializer
deserialize
 

Method Detail

removeState

void removeState(java.lang.Object key)

Spring Integration IP Extensions