Class AbstractApplicationHandler
java.lang.Object
org.exoplatform.portal.config.serialize.AbstractApplicationHandler
- All Implemented Interfaces:
org.jibx.runtime.IAliasable,org.jibx.runtime.IMarshaller,org.jibx.runtime.IUnmarshaller
- Direct Known Subclasses:
PortletApplicationHandler
public class AbstractApplicationHandler
extends Object
implements org.jibx.runtime.IMarshaller, org.jibx.runtime.IUnmarshaller, org.jibx.runtime.IAliasable
- Version:
- $Revision$
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractApplicationHandler
public AbstractApplicationHandler() -
AbstractApplicationHandler
-
-
Method Details
-
isExtension
- Specified by:
isExtensionin interfaceorg.jibx.runtime.IMarshaller
-
marshal
public void marshal(Object o, org.jibx.runtime.IMarshallingContext iMarshallingContext) 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
-