Class ComponentListWsDTOAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<ComponentListWsDTOAdapter.ListAdaptedComponents,ComponentListWsDTO>
de.hybris.platform.cmsocc.jaxb.adapters.components.ComponentListWsDTOAdapter
public class ComponentListWsDTOAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<ComponentListWsDTOAdapter.ListAdaptedComponents,ComponentListWsDTO>
This adapter is used to convert
ComponentListWsDTO into
ComponentListWsDTOAdapter.ListAdaptedComponents-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal(ComponentListWsDTO componentList) unmarshal(ComponentListWsDTOAdapter.ListAdaptedComponents listAdapedComponents)
-
Constructor Details
-
ComponentListWsDTOAdapter
public ComponentListWsDTOAdapter()
-
-
Method Details
-
marshal
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<ComponentListWsDTOAdapter.ListAdaptedComponents,ComponentListWsDTO>
-
unmarshal
public ComponentListWsDTO unmarshal(ComponentListWsDTOAdapter.ListAdaptedComponents listAdapedComponents) throws Exception - Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<ComponentListWsDTOAdapter.ListAdaptedComponents,ComponentListWsDTO> - Throws:
Exception
-