public final class RequestHeader_1_2 extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
String |
operation |
int |
request_id |
byte[] |
reserved |
byte |
response_flags |
ServiceContext[] |
service_context |
TargetAddress |
target |
Constructor and Description |
---|
RequestHeader_1_2() |
RequestHeader_1_2(int request_id,
byte response_flags,
byte[] reserved,
TargetAddress target,
String operation,
ServiceContext[] service_context) |
public int request_id
public byte response_flags
public byte[] reserved
public TargetAddress target
public String operation
public ServiceContext[] service_context
public RequestHeader_1_2()
public RequestHeader_1_2(int request_id, byte response_flags, byte[] reserved, TargetAddress target, String operation, ServiceContext[] service_context)
Copyright © 2016 JacORB. All rights reserved.