Package de.consist.bmu.rule.def
Class XmlBMUVersionAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,BMUVersion>
-
- de.consist.bmu.rule.def.XmlBMUVersionAdapter
-
public class XmlBMUVersionAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,BMUVersion>
Adapter fuer die Konvertierung einer BMUVersion.
-
-
Constructor Summary
Constructors Constructor Description XmlBMUVersionAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
marshal(BMUVersion bmuVersion)
BMUVersion
unmarshal(java.lang.String version)
-
-
-
Method Detail
-
unmarshal
public final BMUVersion unmarshal(java.lang.String version) throws java.lang.Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,BMUVersion>
- Throws:
java.lang.Exception
-
marshal
public final java.lang.String marshal(BMUVersion bmuVersion) throws java.lang.Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,BMUVersion>
- Throws:
java.lang.Exception
-
-