| Package | Description |
|---|---|
| org.jibx.runtime | |
| org.jibx.runtime.impl |
| Modifier and Type | Method and Description |
|---|---|
IUnmarshaller |
IUnmarshallingContext.getUnmarshaller(String mapname)
Find the unmarshaller for a particular class in the current context.
|
| Modifier and Type | Field and Description |
|---|---|
protected IUnmarshaller[] |
UnmarshallingContext.m_unmarshallers
Unmarshallers for classes in mapping definition (lazy create of actual
unmarshaller instances)
|
| Modifier and Type | Method and Description |
|---|---|
IUnmarshaller |
UnmarshallingContext.getUnmarshaller(String mapname)
Find the unmarshaller for a particular class in the current context.
|
IUnmarshaller |
UnmarshallingContext.getUnmarshaller(String ns,
String name)
Find the unmarshaller for a particular element name (including
namespace) in the current context.
|
Copyright © 2005-2013 jibx.org. All Rights Reserved.