Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.zazof.jteg
Class MessageChainBuilder  view MessageChainBuilder download MessageChainBuilder.java

java.lang.Object
  extended byorg.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