org.mule.providers.tcp.integration
Class CustomSerializationProtocol
java.lang.Object
org.mule.providers.tcp.protocols.ByteProtocol
org.mule.providers.tcp.protocols.DefaultProtocol
org.mule.providers.tcp.integration.CustomSerializationProtocol
- All Implemented Interfaces:
- org.mule.providers.tcp.TcpProtocol
- public class CustomSerializationProtocol
- extends org.mule.providers.tcp.protocols.DefaultProtocol
Fields inherited from class org.mule.providers.tcp.protocols.ByteProtocol |
EOF, NO_STREAM, STREAM_OK |
Methods inherited from class org.mule.providers.tcp.protocols.DefaultProtocol |
isRepeat, read |
Methods inherited from class org.mule.providers.tcp.protocols.ByteProtocol |
copy, copy, nullEmptyArray, safeRead, safeRead, writeByteArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomSerializationProtocol
public CustomSerializationProtocol()
write
public void write(OutputStream os,
Object data)
throws IOException
- Throws:
IOException
read
public Object read(InputStream is)
throws IOException
- Throws:
IOException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.