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
  • Constructor Details

    • AbstractApplicationHandler

      public AbstractApplicationHandler()
    • AbstractApplicationHandler

      public AbstractApplicationHandler(String mUri, int mIndex, String mName)
  • Method Details

    • isExtension

      public boolean isExtension(String s)
      Specified by:
      isExtension in interface org.jibx.runtime.IMarshaller
    • marshal

      public void marshal(Object o, org.jibx.runtime.IMarshallingContext iMarshallingContext) throws org.jibx.runtime.JiBXException
      Specified by:
      marshal in interface org.jibx.runtime.IMarshaller
      Throws:
      org.jibx.runtime.JiBXException
    • isPresent

      public boolean isPresent(org.jibx.runtime.IUnmarshallingContext ctx) throws org.jibx.runtime.JiBXException
      Specified by:
      isPresent in interface org.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:
      unmarshal in interface org.jibx.runtime.IUnmarshaller
      Throws:
      org.jibx.runtime.JiBXException