org.kuali.rice.core.jaxb
Class AttributeSetAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<StringMapEntry[],AttributeSet>
      extended by org.kuali.rice.core.jaxb.AttributeSetAdapter

public class AttributeSetAdapter
extends XmlAdapter<StringMapEntry[],AttributeSet>

This class allows for a AttributeSet instance to be passed across the wire by jaxws enabled services

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
AttributeSetAdapter()
           
 
Method Summary
 StringMapEntry[] marshal(AttributeSet attributeSet)
           
 AttributeSet unmarshal(StringMapEntry[] entryArray)
           
 
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

marshal

public StringMapEntry[] marshal(AttributeSet attributeSet)
                         throws Exception
Specified by:
marshal in class XmlAdapter<StringMapEntry[],AttributeSet>
Throws:
Exception
See Also:
XmlAdapter.marshal(java.lang.Object)

unmarshal

public AttributeSet unmarshal(StringMapEntry[] entryArray)
                       throws Exception
Specified by:
unmarshal in class XmlAdapter<StringMapEntry[],AttributeSet>
Throws:
Exception
See Also:
org.kuali.rice.core.jaxb.MapStringStringAdapter#unmarshal(java.util.ArrayList)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.