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

java.lang.Object
  extended by org.apache.axis2.corba.idl.values.AbstractValue
      extended by org.apache.axis2.corba.idl.values.ObjectByValue
All Implemented Interfaces:
Serializable, IDLEntity, Streamable, StreamableValue, ValueBase

public class ObjectByValue
extends AbstractValue
implements StreamableValue

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis2.corba.idl.values.AbstractValue
dataType, memberValues
 
Constructor Summary
ObjectByValue(ValueType valueType)
           
 
Method Summary
 void _read(InputStream is)
           
 String[] _truncatable_ids()
           
 TypeCode _type()
           
 void _write(OutputStream os)
           
 
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

ObjectByValue

public ObjectByValue(ValueType valueType)
Method Detail

_read

public void _read(InputStream is)
Specified by:
_read in interface Streamable

_write

public void _write(OutputStream os)
Specified by:
_write in interface Streamable

_type

public TypeCode _type()
Specified by:
_type in interface Streamable

_truncatable_ids

public String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface ValueBase


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.