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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.zazof.jteg.MessageChainBuilder
      extended byorg.zazof.jteg.ProtocolFiveBuilder

public class ProtocolFiveBuilder
extends MessageChainBuilder


Field Summary
(package private)  Message $entryPoint
           
private static boolean DEBUG
           
 
Fields inherited from class org.zazof.jteg.MessageChainBuilder
 
Constructor Summary
ProtocolFiveBuilder()
           
 
Method Summary
 Message returnEntryPoint()
          Returns the first Message of the MessageChain that needs to be used as entrypoint
 
Methods inherited from class org.zazof.jteg.MessageChainBuilder
builderFactory, getProtocolVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$entryPoint

Message $entryPoint

DEBUG

private static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

ProtocolFiveBuilder

public ProtocolFiveBuilder()
Method Detail

returnEntryPoint

public Message returnEntryPoint()
Returns the first Message of the MessageChain that needs to be used as entrypoint

Specified by:
returnEntryPoint in class MessageChainBuilder