org.omg.GIOP
Class RequestHeader_1_2

java.lang.Object
  extended by org.omg.GIOP.RequestHeader_1_2
All Implemented Interfaces:
Serializable, IDLEntity

public final class RequestHeader_1_2
extends Object
implements IDLEntity

Generated from IDL struct "RequestHeader_1_2".

Version:
generated at Sep 22, 2012 10:58:01 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 String operation
           
 int request_id
           
 byte[] reserved
           
 byte response_flags
           
 ServiceContext[] service_context
           
 TargetAddress target
           
 
Constructor Summary
RequestHeader_1_2()
           
RequestHeader_1_2(int request_id, byte response_flags, byte[] reserved, TargetAddress target, String operation, ServiceContext[] service_context)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request_id

public int request_id

response_flags

public byte response_flags

reserved

public byte[] reserved

target

public TargetAddress target

operation

public String operation

service_context

public ServiceContext[] service_context
Constructor Detail

RequestHeader_1_2

public RequestHeader_1_2()

RequestHeader_1_2

public RequestHeader_1_2(int request_id,
                         byte response_flags,
                         byte[] reserved,
                         TargetAddress target,
                         String operation,
                         ServiceContext[] service_context)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.