| Constructor and Description |
|---|
MarshalRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static MarshalRegistry |
get(Context context)
Get the MarshalRegistry stored in the context, and if necessary create a new one.
|
String |
getInstanceId(Object instance) |
Iterator<Object> |
iterator()
Returns an iterator over the object instances that have not been marshalled yet.
|
public static MarshalRegistry get(Context context)
context - the unmarshal contextpublic Iterator<Object> iterator()
Apache CXF