public class NameAndNamespacePairValidatingAdapter extends XmlAdapter<NameAndNamespacePair,NameAndNamespacePair>
Constructor and Description |
---|
NameAndNamespacePairValidatingAdapter() |
Modifier and Type | Method and Description |
---|---|
NameAndNamespacePair |
marshal(NameAndNamespacePair v) |
NameAndNamespacePair |
unmarshal(NameAndNamespacePair v) |
public NameAndNamespacePairValidatingAdapter()
public NameAndNamespacePair unmarshal(NameAndNamespacePair v) throws Exception
unmarshal
in class XmlAdapter<NameAndNamespacePair,NameAndNamespacePair>
Exception
XmlAdapter.unmarshal(java.lang.Object)
public NameAndNamespacePair marshal(NameAndNamespacePair v) throws Exception
marshal
in class XmlAdapter<NameAndNamespacePair,NameAndNamespacePair>
Exception
XmlAdapter.marshal(java.lang.Object)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.