Package de.consist.bmu.rule.def
Class RuleDefImpl.Adapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<RuleDefImpl,RuleDef>
-
- de.consist.bmu.rule.def.RuleDefImpl.Adapter
-
- Enclosing class:
- RuleDefImpl
public static class RuleDefImpl.Adapter extends javax.xml.bind.annotation.adapters.XmlAdapter<RuleDefImpl,RuleDef>
Adapter fuer JAXB.
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleDefImpl
marshal(RuleDef ruleDef)
RuleDef
unmarshal(RuleDefImpl ruleDefImpl)
-
-
-
Method Detail
-
unmarshal
public final RuleDef unmarshal(RuleDefImpl ruleDefImpl)
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<RuleDefImpl,RuleDef>
-
marshal
public final RuleDefImpl marshal(RuleDef ruleDef)
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<RuleDefImpl,RuleDef>
-
-