org.omg.GIOP
Class RequestHeader_1_2
java.lang.Object
|
+--org.omg.GIOP.RequestHeader_1_2
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class RequestHeader_1_2
- extends java.lang.Object
- implements IDLEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
request_id
public int request_id
response_flags
public byte response_flags
reserved
public byte[] reserved
target
public TargetAddress target
operation
public java.lang.String operation
service_context
public ServiceContext[] service_context
RequestHeader_1_2
public RequestHeader_1_2()
RequestHeader_1_2
public RequestHeader_1_2(int request_id,
byte response_flags,
byte[] reserved,
TargetAddress target,
java.lang.String operation,
ServiceContext[] service_context)