org.infoglue.deliver.portal
Class OmBuilderXStreamImpl

java.lang.Object
  extended by org.infoglue.deliver.portal.OmBuilderXStreamImpl
All Implemented Interfaces:
OmBuilder

public class OmBuilderXStreamImpl
extends java.lang.Object
implements OmBuilder

OM builder to serialize/deserialize a PortletApplicationEntityList (registry).

Author:
jand, joran

Constructor Summary
OmBuilderXStreamImpl()
           
 
Method Summary
 PortletApplicationEntityListImpl getPortletApplicationEntityList(java.io.InputStream is)
          Parse registry from an XML inputstream
 java.lang.String toXML(org.apache.pluto.om.entity.PortletApplicationEntityList pael)
          Serialize registry to XML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OmBuilderXStreamImpl

public OmBuilderXStreamImpl()
Method Detail

getPortletApplicationEntityList

public PortletApplicationEntityListImpl getPortletApplicationEntityList(java.io.InputStream is)
Description copied from interface: OmBuilder
Parse registry from an XML inputstream

Specified by:
getPortletApplicationEntityList in interface OmBuilder
Parameters:
is - inputstream of XML
Returns:

toXML

public java.lang.String toXML(org.apache.pluto.om.entity.PortletApplicationEntityList pael)
Description copied from interface: OmBuilder
Serialize registry to XML

Specified by:
toXML in interface OmBuilder
Returns:


Copyright © 2005 InfoGlue.org All Rights Reserved.