|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.amf.AMFMappingContext
public class AMFMappingContext
A mapping context for mapping AMF contexts.
| 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 |
|---|
public AMFMappingContext()
| Method Detail |
|---|
public java.util.Map<java.lang.Object,java.lang.Object> getMappedObjects()
public void objectMapped(java.lang.Object from,
java.lang.Object to)
from - The object mapped from.to - The object mapped to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||