org.apache.yoko.rmi.impl
Class AnyDescriptor

java.lang.Object
  extended by org.apache.yoko.rmi.impl.ModelElement
      extended by org.apache.yoko.rmi.impl.TypeDescriptor
          extended by org.apache.yoko.rmi.impl.AnyDescriptor

public class AnyDescriptor
extends TypeDescriptor


Field Summary
 
Fields inherited from class org.apache.yoko.rmi.impl.TypeDescriptor
_java_class, _repid, _type_code, remoteDescriptor
 
Fields inherited from class org.apache.yoko.rmi.impl.ModelElement
idl_name, java_name, package_name, repository, type_name
 
Method Summary
 String getRepositoryID()
           
 Object read(InputStream in)
          Read an instance of this value from a CDR stream
 void write(OutputStream out, Object val)
          Write an instance of this value to a CDR stream
 
Methods inherited from class org.apache.yoko.rmi.impl.TypeDescriptor
copyBetweenStates, copyWithinState, getJavaClass, getRepositoryIDForArray, init, isCustomMarshalled
 
Methods inherited from class org.apache.yoko.rmi.impl.ModelElement
getIDLName, getJavaName, getPackageName, getTypeName, getTypeRepository, setIDLName, setJavaName, setPackageName, setTypeName, setTypeRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRepositoryID

public String getRepositoryID()
Overrides:
getRepositoryID in class TypeDescriptor

read

public Object read(InputStream in)
Read an instance of this value from a CDR stream

Specified by:
read in class TypeDescriptor

write

public void write(OutputStream out,
                  Object val)
Write an instance of this value to a CDR stream

Specified by:
write in class TypeDescriptor


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.