org.codehaus.enunciate.modules.amf
Class AMFMappingContext

java.lang.Object
  extended by org.codehaus.enunciate.modules.amf.AMFMappingContext

public class AMFMappingContext
extends java.lang.Object

A mapping context for mapping AMF contexts.

Author:
Ryan Heaton

Constructor Summary
AMFMappingContext()
           
 
Method Summary
 java.util.Map<java.lang.Object,java.lang.Object> getMappedObjects()
          Get all the objects that have already been mapped.
 void objectMapped(java.lang.Object from, java.lang.Object to)
          Identify an object as being mapped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMFMappingContext

public AMFMappingContext()
Method Detail

getMappedObjects

public java.util.Map<java.lang.Object,java.lang.Object> getMappedObjects()
Get all the objects that have already been mapped.

Returns:
The objects that have been mapped.

objectMapped

public void objectMapped(java.lang.Object from,
                         java.lang.Object to)
Identify an object as being mapped.

Parameters:
from - The object mapped from.
to - The object mapped to.