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

Quick Search    Search Deep

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

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

public class ProtocolFourBuilder
extends MessageChainBuilder


Field Summary
(package private)  Message $entryPoint
           
private static boolean DEBUG
           
 
Fields inherited from class org.zazof.jteg.MessageChainBuilder
 
Constructor Summary
ProtocolFourBuilder()
           
 
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

ProtocolFourBuilder

public ProtocolFourBuilder()
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