|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.aegis.type.encoded.MarshalRegistry
public class MarshalRegistry
MarshalRegistry maintains tracks which object instances have been marshaled and which objects still need to be marshaled.
Note: only the StructType register objects with this class.
| Constructor Summary | |
|---|---|
MarshalRegistry()
|
|
| Method Summary | |
|---|---|
static MarshalRegistry |
get(Context context)
Get the MarshalRegistry stored in the context, and if necessary create a new one. |
java.lang.String |
getInstanceId(java.lang.Object instance)
|
java.util.Iterator<java.lang.Object> |
iterator()
Returns an iterator over the object instances that have not been marshalled yet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarshalRegistry()
| Method Detail |
|---|
public static MarshalRegistry get(Context context)
context - the unmarshal context
public java.lang.String getInstanceId(java.lang.Object instance)
public java.util.Iterator<java.lang.Object> iterator()
iterator in interface java.lang.Iterable<java.lang.Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||