Class JibxPropertiesMapper
java.lang.Object
org.exoplatform.portal.config.serialize.JibxPropertiesMapper
- All Implemented Interfaces:
org.jibx.runtime.IAliasable,org.jibx.runtime.IMarshaller,org.jibx.runtime.IUnmarshaller
public class JibxPropertiesMapper
extends Object
implements org.jibx.runtime.IMarshaller, org.jibx.runtime.IUnmarshaller, org.jibx.runtime.IAliasable
Created by The eXo Platform SARL Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Jun 2, 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisExtension(int index) booleanisExtension(String index) booleanisPresent(org.jibx.runtime.IUnmarshallingContext ctx) void
-
Constructor Details
-
JibxPropertiesMapper
public JibxPropertiesMapper() -
JibxPropertiesMapper
-
-
Method Details
-
isExtension
- Specified by:
isExtensionin interfaceorg.jibx.runtime.IMarshaller
-
isExtension
public boolean isExtension(int index) -
marshal
public void marshal(Object obj, org.jibx.runtime.IMarshallingContext ictx) throws org.jibx.runtime.JiBXException - Specified by:
marshalin interfaceorg.jibx.runtime.IMarshaller- Throws:
org.jibx.runtime.JiBXException
-
isPresent
public boolean isPresent(org.jibx.runtime.IUnmarshallingContext ctx) throws org.jibx.runtime.JiBXException - Specified by:
isPresentin interfaceorg.jibx.runtime.IUnmarshaller- Throws:
org.jibx.runtime.JiBXException
-
unmarshal
public Object unmarshal(Object obj, org.jibx.runtime.IUnmarshallingContext ictx) throws org.jibx.runtime.JiBXException - Specified by:
unmarshalin interfaceorg.jibx.runtime.IUnmarshaller- Throws:
org.jibx.runtime.JiBXException
-