com.monad.homerun.base
Class HashMapper

java.lang.Object
  extended by com.monad.homerun.base.HashMapper

public class HashMapper
extends java.lang.Object


Constructor Summary
HashMapper()
           
HashMapper(java.lang.String uri, int index, java.lang.String name)
           
 
Method Summary
 boolean isExtension(int index)
           
 boolean isPresent(IUnmarshallingContext ctx)
           
 void marshal(java.lang.Object obj, IMarshallingContext ictx)
           
 java.lang.Object unmarshal(java.lang.Object obj, IUnmarshallingContext ictx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashMapper

public HashMapper()

HashMapper

public HashMapper(java.lang.String uri,
                  int index,
                  java.lang.String name)
Method Detail

isExtension

public boolean isExtension(int index)

marshal

public void marshal(java.lang.Object obj,
                    IMarshallingContext ictx)
             throws JiBXException
Throws:
JiBXException

isPresent

public boolean isPresent(IUnmarshallingContext ctx)
                  throws JiBXException
Throws:
JiBXException

unmarshal

public java.lang.Object unmarshal(java.lang.Object obj,
                                  IUnmarshallingContext ictx)
                           throws JiBXException
Throws:
JiBXException


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.