org.kuali.student.core.ws.binding
Class AttributeSetAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<JaxbAttributeList,Map<String,String>>
      extended by 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.


Constructor Summary
AttributeSetAdapter()
           
 
Method Summary
 JaxbAttributeList marshal(Map<String,String> value)
           
 Map<String,String> unmarshal(JaxbAttributeList value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSetAdapter

public AttributeSetAdapter()
Method Detail

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.