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.
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 |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
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
ClientCallBuilder
public ClientCallBuilder()
getIsOneway
public boolean getIsOneway()
construct
public void construct(ClientRequest clientRequest)
- Construct PDU based on information from operation call.