org.apache.axis2.corba.idl.values
Class StructValue

java.lang.Object
  extended by org.apache.axis2.corba.idl.values.AbstractValue
      extended by org.apache.axis2.corba.idl.values.StructValue

public class StructValue
extends AbstractValue


Field Summary
 
Fields inherited from class org.apache.axis2.corba.idl.values.AbstractValue
dataType, memberValues
 
Constructor Summary
StructValue(Struct struct)
           
 
Method Summary
 void read(org.omg.CORBA_2_3.portable.InputStream inputStream)
           
 void write(org.omg.CORBA_2_3.portable.OutputStream outputStream)
           
 
Methods inherited from class org.apache.axis2.corba.idl.values.AbstractValue
getMembers, getMemberValues, getTypeCode, read, setMemberValues, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StructValue

public StructValue(Struct struct)
Method Detail

write

public void write(org.omg.CORBA_2_3.portable.OutputStream outputStream)

read

public void read(org.omg.CORBA_2_3.portable.InputStream inputStream)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.