com.sun.xml.bind.v2.runtime
Class SwaRefAdapterMarker
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,DataHandler>
com.sun.xml.bind.v2.runtime.SwaRefAdapterMarker
public class SwaRefAdapterMarker
- extends XmlAdapter<String,DataHandler>
Marker class used to identify swaref attachments and to generate appropriate annotations later.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwaRefAdapterMarker
public SwaRefAdapterMarker()
unmarshal
public DataHandler unmarshal(String v)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<String,DataHandler>
- Throws:
Exception
marshal
public String marshal(DataHandler v)
throws Exception
- Specified by:
marshal in class XmlAdapter<String,DataHandler>
- Throws:
Exception
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.