public class DSAdapter extends XmlAdapter<String,DSType>
The XML representation sometimes contain spaces when defining the data source.
DSAdapter()
String
marshal(DSType type)
DSType
unmarshal(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DSAdapter()
public String marshal(DSType type) throws Exception
marshal
XmlAdapter<String,DSType>
Exception
public DSType unmarshal(String value) throws Exception
unmarshal
Copyright © 2021. All rights reserved.