ilog.server.jcomp
Class ExtPtclMsg.DefaultDecoder

java.lang.Object
  |
  +--ilog.server.jcomp.ExtPtclMsg.DefaultDecoder
All Implemented Interfaces:
ExtPtclMsg.Decoder
Enclosing class:
ExtPtclMsg

public static class ExtPtclMsg.DefaultDecoder
extends java.lang.Object
implements ExtPtclMsg.Decoder


Constructor Summary
DefaultDecoder(java.lang.reflect.Constructor constructor)
           
 
Method Summary
 ExtPtclMsg newInstance(MvMessage msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDecoder

public DefaultDecoder(java.lang.reflect.Constructor constructor)
Method Detail

newInstance

public ExtPtclMsg newInstance(MvMessage msg)
Specified by:
newInstance in interface ExtPtclMsg.Decoder