|
|||||||||
| Home >> All >> org >> zazof >> [ jteg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.zazof.jteg
Class MessageChainBuilder

java.lang.Objectorg.zazof.jteg.MessageChainBuilder
- Direct Known Subclasses:
- ProtocolFiveBuilder, ProtocolFourBuilder, ProtocolThreeBuilder
- public abstract class MessageChainBuilder
- extends java.lang.Object
| Field Summary | |
private static int |
$protocolVersion
|
| Constructor Summary | |
MessageChainBuilder()
|
|
| Method Summary | |
static MessageChainBuilder |
builderFactory(int protocolVersion)
|
int |
getProtocolVersion()
Returns the version of the ProtocolChain this factory creates |
abstract Message |
returnEntryPoint()
Returns the first Message of the MessageChain that needs to be used as entrypoint |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
$protocolVersion
private static int $protocolVersion
| Constructor Detail |
MessageChainBuilder
public MessageChainBuilder()
| Method Detail |
builderFactory
public static MessageChainBuilder builderFactory(int protocolVersion) throws ProtocolException
returnEntryPoint
public abstract Message returnEntryPoint()
- Returns the first Message of the MessageChain that needs to be used as entrypoint
getProtocolVersion
public int getProtocolVersion()
- Returns the version of the ProtocolChain this factory creates
|
|||||||||
| Home >> All >> org >> zazof >> [ jteg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.zazof.jteg.MessageChainBuilder