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 © 2018 JBoss by Red Hat. All rights reserved.