|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jibx.extras.IdRefMapperBase
public abstract class IdRefMapperBase
Abstract base custom marshaller/unmarshaller for an object reference. This
marshals the reference as an empty element with a single IDREF attribute, and
unmarshals an element with the same structure to create a reference to the
object with that ID value. To use this class you need to create a subclass
with a constructor using the same signature as the one provided (calling the
base class constructor from your subclass constructor) and implement the
abstract getIdValue(java.lang.Object) method in your subclass. You can also override
the provided getAttributeName() method to change the name used for the
IDREF attribute. Note that this class can only be used when the definitions
precede the references in the XML document; if a referenced ID is not defined
the unmarshaller throws an exception.
| Constructor Summary | |
|---|---|
IdRefMapperBase(String uri,
int index,
String name)
Aliased constructor taking a name definition for the element. |
|
| Method Summary | |
|---|---|
protected String |
getAttributeName()
Method which can be overridden to supply a different name for the ID reference attribute. |
protected abstract String |
getIdValue(Object item)
Get the ID value from object being marshalled. |
boolean |
isExtension(String mapname)
|
boolean |
isPresent(IUnmarshallingContext ctx)
|
void |
marshal(Object obj,
IMarshallingContext ictx)
|
Object |
unmarshal(Object obj,
IUnmarshallingContext ictx)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdRefMapperBase(String uri,
int index,
String name)
uri - namespace URI for the top-level elementindex - namespace index corresponding to the defined URI within the
marshalling context definitionsname - local name for the top-level element| Method Detail |
|---|
protected abstract String getIdValue(Object item)
protected String getAttributeName()
public boolean isExtension(String mapname)
isExtension in interface IMarshaller
public void marshal(Object obj,
IMarshallingContext ictx)
throws JiBXException
marshal in interface IMarshallerJiBXException
public boolean isPresent(IUnmarshallingContext ctx)
throws JiBXException
isPresent in interface IUnmarshallerJiBXException
public Object unmarshal(Object obj,
IUnmarshallingContext ictx)
throws JiBXException
unmarshal in interface IUnmarshallerJiBXException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||