Calypso Gateway v1.0

codec.build
Class ClientCallBuilder

java.lang.Object
  |
  +--codec.build.ServerReplyBuilder
        |
        +--codec.build.ClientCallBuilder

public final class ClientCallBuilder
extends ServerReplyBuilder

Class for constructing Call PDU, based on introspection of CORBA invocation initiated by CORBA object.


Field Summary
private static int ATTR_OPTIONS_GET
           
private static int ATTR_OPTIONS_SET
           
private static int DEF_ATTRIBUTE
           
private static int DEF_OPERATION
           
private  boolean isOneway
           
 
Fields inherited from class codec.build.ServerReplyBuilder
asp, introspectionLevel, isExcBody, isFirstMemberProcessed, isRetValuePresent, lastStructType, MAX_INTROSPECTION_LEVELS, orb, STRUCT_TYPE_ARRAY, STRUCT_TYPE_NONE, STRUCT_TYPE_SEQUENCE, STRUCT_TYPE_STRUCT, STRUCT_TYPE_UNION
 
Constructor Summary
ClientCallBuilder()
           
 
Method Summary
 void construct(ClientRequest clientRequest)
          Construct PDU based on information from operation call.
 boolean getIsOneway()
           
 
Methods inherited from class codec.build.ServerReplyBuilder
addComponent, addPrefix, construct, constructException, getAsp
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

isOneway

private boolean isOneway

DEF_OPERATION

private static final int DEF_OPERATION

DEF_ATTRIBUTE

private static final int DEF_ATTRIBUTE

ATTR_OPTIONS_GET

private static final int ATTR_OPTIONS_GET

ATTR_OPTIONS_SET

private static final int ATTR_OPTIONS_SET
Constructor Detail

ClientCallBuilder

public ClientCallBuilder()
Method Detail

getIsOneway

public boolean getIsOneway()

construct

public void construct(ClientRequest clientRequest)
Construct PDU based on information from operation call.

Calypso Gateway v1.0