jp.develop.common.util.amf.decoder
Class ObjectWriter

java.lang.Object
  extended by jp.develop.common.util.amf.decoder.ObjectWriter
All Implemented Interfaces:
IObjectWriter

public class ObjectWriter
extends Object
implements IObjectWriter

Implementation of IObjectWriter.

Author:
Waki Takeya
See Also:
AmfDecoder

Nested Class Summary
 
Nested classes/interfaces inherited from interface jp.develop.common.util.amf.decoder.IObjectWriter
IObjectWriter.IObjectProxy
 
Constructor Summary
ObjectWriter()
          Constructs a instance with default configuration option.
ObjectWriter(ObjectWriterOption option)
          Constructs a instance with specified configuration option.
 
Method Summary
 IObjectWriter.IObjectProxy getObjectProxy(Type type, String className)
          Get object proxy for building up object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectWriter

public ObjectWriter()
Constructs a instance with default configuration option.


ObjectWriter

public ObjectWriter(ObjectWriterOption option)
Constructs a instance with specified configuration option.

Parameters:
option - Configuration option.
Method Detail

getObjectProxy

public IObjectWriter.IObjectProxy getObjectProxy(Type type,
                                                 String className)
Get object proxy for building up object.

Specified by:
getObjectProxy in interface IObjectWriter
Parameters:
type - The type of assigning to.
className - The class name wrote in AMF data.
Returns:
The object writer.