uk.ac.rdg.resc.jstyx.messages
Class StyxCodecFactory

java.lang.Object
  extended by uk.ac.rdg.resc.jstyx.messages.StyxCodecFactory

public class StyxCodecFactory
extends java.lang.Object

Codec Factory for the Styx protocol. Only has one static method (getInstance()) for returning the appropriate ProtocolCodecFactory. Used by all ProtocolHandlers.

Author:
Jon Blower $Revision: 136 $ $Date: 2005-03-11 14:02:17 +0000 (Fri, 11 Mar 2005) $ $Log$ Revision 1.2 2005/03/11 14:02:16 jonblower Merged MINA-Test_20059309 into main line of development Revision 1.1.2.1 2005/03/10 18:27:25 jonblower Initial import

Constructor Summary
StyxCodecFactory()
           
 
Method Summary
static org.apache.mina.protocol.ProtocolCodecFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyxCodecFactory

public StyxCodecFactory()
Method Detail

getInstance

public static org.apache.mina.protocol.ProtocolCodecFactory getInstance()
Returns:
a ProtocolCodecFactory for the Styx protocol (always the same object)


Copyright © 2004-2006 Reading e-Science Centre. All Rights Reserved.