org.clazzes.remoting.marshal
Class DefaultMarshalerFactory

java.lang.Object
  extended by org.clazzes.remoting.marshal.MarshalerFactorySupport
      extended by org.clazzes.remoting.marshal.DefaultMarshalerFactory
All Implemented Interfaces:
MarshalerFactory

public class DefaultMarshalerFactory
extends MarshalerFactorySupport

A default marshaler factory implementation.

Author:
wglas

Constructor Summary
DefaultMarshalerFactory()
          Instantiate a DefaultMarshalerFactory with the input and output buffer size set to 1460, the most common MSS for TCP over ethernet.
 
Method Summary
 Marshaler newMarshaler()
           
 
Methods inherited from class org.clazzes.remoting.marshal.MarshalerFactorySupport
getInputBufferSize, getOutputBufferSize, setInputBufferSize, setOutputBufferSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMarshalerFactory

public DefaultMarshalerFactory()
Instantiate a DefaultMarshalerFactory with the input and output buffer size set to 1460, the most common MSS for TCP over ethernet.

Method Detail

newMarshaler

public Marshaler newMarshaler()
Specified by:
newMarshaler in interface MarshalerFactory
Specified by:
newMarshaler in class MarshalerFactorySupport
Returns:
A new marshaler instance.


Copyright © 2010. All Rights Reserved.