org.kuali.rice.core.jaxb
Class AttributeSetAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<StringMapEntry[],AttributeSet>
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeSetAdapter
public AttributeSetAdapter()
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.