|
|||||||||
| Home >> All >> com >> wilko >> [ jaim overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.wilko.jaim
Class TocResponseFactory

java.lang.Objectcom.wilko.jaim.TocResponseFactory
- public abstract class TocResponseFactory
- extends java.lang.Object
| Field Summary | |
(package private) static java.util.Vector |
responseHandlers
|
| Constructor Summary | |
TocResponseFactory()
Creates new TocResponseFactory |
|
| Method Summary | |
static void |
addResponseHandler(TocResponseHandler h)
|
(package private) static TocResponse |
createResponse(byte[] b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
responseHandlers
static java.util.Vector responseHandlers
| Constructor Detail |
TocResponseFactory
public TocResponseFactory()
- Creates new TocResponseFactory
| Method Detail |
addResponseHandler
public static void addResponseHandler(TocResponseHandler h)
createResponse
static TocResponse createResponse(byte[] b)
|
|||||||||
| Home >> All >> com >> wilko >> [ jaim overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.wilko.jaim.TocResponseFactory