Package 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.
-
-
Constructor Summary
Constructors Constructor Description SwaRefAdapterMarker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
marshal(DataHandler v)
DataHandler
unmarshal(String v)
-
-
-
Method Detail
-
unmarshal
public DataHandler unmarshal(String v) throws Exception
- Specified by:
unmarshal
in classXmlAdapter<String,DataHandler>
- Throws:
Exception
-
marshal
public String marshal(DataHandler v) throws Exception
- Specified by:
marshal
in classXmlAdapter<String,DataHandler>
- Throws:
Exception
-
-