Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.processor
Class MessageDecoderFactory

public abstract class MessageDecoderFactory      
Factory pattern for decoders
Abstract.
 
 

Method Summary
public abstract MessageDecoder
public static MessageDecoderFactory
getFactory(String className)
Method Detail
createDecoder
public abstract MessageDecoder createDecoder ()
 
Return:
a MessageDecoder
Abstract.
 

getFactory
public static MessageDecoderFactory getFactory (String className)
 
loads factory instance for the MessageDecoderFactory
Parameters:
className
fully qualified name for factory implementation
Exceptions:
IllegalAccessException
if an error occurs creating the factory
InstantiationException
if an error occurs creating the factory
ExceptionInInitializerError
if an error occurs creating the factory
SecurityException
if an error occurs creating the factory
ClassNotFoundException
if an error occurs creating the factory
Return:
object instance of the specified class
Static.
Throws:
IllegalAccessException,InstantiationException,SecurityException,ClassNotFoundException
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD