Spring Integration

Uses of Package
org.springframework.commons.serializer

Packages that use org.springframework.commons.serializer
org.springframework.commons.serializer Root package for Spring commons' serializer interfaces and implementations. 
org.springframework.commons.serializer.java Implementations of In/Out JavaStreamingConverter and Converter using standard Java Serialization. 
org.springframework.integration.ip.tcp.connection All things related to tcp connections - client and server factories; listener and sender interfaces. 
org.springframework.integration.ip.tcp.converter Byte array converters for putting some protocol on the wire so we can delimit incoming messages. 
 

Classes in org.springframework.commons.serializer used by org.springframework.commons.serializer
SerializationException
           
 

Classes in org.springframework.commons.serializer used by org.springframework.commons.serializer.java
InputStreamingConverter
          An standard interface to convert from data in an InputStream to an Object.
OutputStreamingConverter
          A standard interface to stream an object to an OutputStream.
 

Classes in org.springframework.commons.serializer used by org.springframework.integration.ip.tcp.connection
InputStreamingConverter
          An standard interface to convert from data in an InputStream to an Object.
OutputStreamingConverter
          A standard interface to stream an object to an OutputStream.
 

Classes in org.springframework.commons.serializer used by org.springframework.integration.ip.tcp.converter
InputStreamingConverter
          An standard interface to convert from data in an InputStream to an Object.
OutputStreamingConverter
          A standard interface to stream an object to an OutputStream.
 


Spring Integration

Copyright © 2010. All Rights Reserved.