Class PageListWsDTOAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<PageListWsDTOAdapter.ListAdaptedPages,CMSPageListWsDTO>
de.hybris.platform.cmsoccaddon.jaxb.adapters.pages.PageListWsDTOAdapter
public class PageListWsDTOAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<PageListWsDTOAdapter.ListAdaptedPages,CMSPageListWsDTO>
This adapter is used to convert
CMSPageListWsDTO into
PageListWsDTOAdapter.ListAdaptedPages-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal(CMSPageListWsDTO pageList) final CMSPageListWsDTOunmarshal(PageListWsDTOAdapter.ListAdaptedPages listAdaptedPages)
-
Constructor Details
-
PageListWsDTOAdapter
public PageListWsDTOAdapter()
-
-
Method Details
-
marshal
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<PageListWsDTOAdapter.ListAdaptedPages,CMSPageListWsDTO>
-
unmarshal
public final CMSPageListWsDTO unmarshal(PageListWsDTOAdapter.ListAdaptedPages listAdaptedPages) throws Exception - Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<PageListWsDTOAdapter.ListAdaptedPages,CMSPageListWsDTO> - Throws:
Exception
-