org.apache.yoko.rmi.impl
Class TypeDescriptor
java.lang.Object
org.apache.yoko.rmi.impl.ModelElement
org.apache.yoko.rmi.impl.TypeDescriptor
- Direct Known Subclasses:
- AnyDescriptor, RemoteDescriptor, SimpleDescriptor, ValueDescriptor
public abstract class TypeDescriptor
- extends ModelElement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_java_class
protected Class _java_class
_repid
protected String _repid
remoteDescriptor
protected RemoteInterfaceDescriptor remoteDescriptor
_type_code
protected TypeCode _type_code
TypeDescriptor
protected TypeDescriptor(Class type,
TypeRepository repository)
getJavaClass
public Class getJavaClass()
getRepositoryIDForArray
public String getRepositoryIDForArray()
getRepositoryID
public String getRepositoryID()
read
public abstract Object read(InputStream in)
- Read an instance of this value from a CDR stream
write
public abstract void write(OutputStream out,
Object val)
- Write an instance of this value to a CDR stream
init
public void init()
isCustomMarshalled
public boolean isCustomMarshalled()
copyBetweenStates
public boolean copyBetweenStates()
- Method copyBetweenStates.
- Returns:
- boolean
copyWithinState
public boolean copyWithinState()
- Method copyWithinState.
- Returns:
- boolean
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.