com.tapina.robe.swi
Class SWIDecoder

java.lang.Object
  extended bycom.tapina.robe.swi.SWIDecoder

public final class SWIDecoder
extends java.lang.Object

Created by IntelliJ IDEA. User: gareth Date: Aug 21, 2003 Time: 6:13:16 PM


Constructor Summary
SWIDecoder()
           
 
Method Summary
static java.lang.reflect.Method decode(int swiNumber)
           
static java.lang.Class getSwiHandler(int swiNumber)
           
static void registerHandler(SWIHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWIDecoder

public SWIDecoder()
Method Detail

decode

public static java.lang.reflect.Method decode(int swiNumber)
                                       throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

getSwiHandler

public static java.lang.Class getSwiHandler(int swiNumber)
                                     throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

registerHandler

public static void registerHandler(SWIHandler handler)


Copyright © 2003-2005 . All Rights Reserved.