LaColla.core.util
Class MsgServiceFactory

java.lang.Object
  extended by LaColla.core.util.MsgServiceFactory
All Implemented Interfaces:
MsgServiceFactoryInterface

public class MsgServiceFactory
extends java.lang.Object
implements MsgServiceFactoryInterface

Author:
Xavier TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
MsgServiceFactory(Compo compo)
           
 
Method Summary
 MsgService createService(java.io.InputStream in, java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgServiceFactory

public MsgServiceFactory(Compo compo)
Method Detail

createService

public MsgService createService(java.io.InputStream in,
                                java.io.OutputStream out)
                         throws MsgServiceCreateException
Specified by:
createService in interface MsgServiceFactoryInterface
Throws:
MsgServiceCreateException