org.kuali.student.core.ws.binding
Class AttributeSetAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<JaxbAttributeList,Map<String,String>>
org.kuali.student.core.ws.binding.AttributeSetAdapter
public class AttributeSetAdapter
- extends XmlAdapter<JaxbAttributeList,Map<String,String>>
This is jaxb adapter for org.kuali.rice.kim.bo.types.dto.AttributeSet.
This class should not be required if we add getter/setter in the rice DTO.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeSetAdapter
public AttributeSetAdapter()
unmarshal
public Map<String,String> unmarshal(JaxbAttributeList value)
- Specified by:
unmarshal
in class XmlAdapter<JaxbAttributeList,Map<String,String>>
marshal
public JaxbAttributeList marshal(Map<String,String> value)
- Specified by:
marshal
in class XmlAdapter<JaxbAttributeList,Map<String,String>>
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.