- 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 Stringmarshal(DataHandler v)DataHandlerunmarshal(String v)
-
-
-
Method Detail
-
unmarshal
public DataHandler unmarshal(String v) throws Exception
- Specified by:
unmarshalin classXmlAdapter<String,DataHandler>- Throws:
Exception
-
marshal
public String marshal(DataHandler v) throws Exception
- Specified by:
marshalin classXmlAdapter<String,DataHandler>- Throws:
Exception
-
-