Class RestrictionXmlAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<AdaptedInstrumentableRestriction,InstrumentableRestriction<?>>
-
- edu.kit.ipd.sdq.eventsim.instrumentation.xml.RestrictionXmlAdapter
-
public class RestrictionXmlAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<AdaptedInstrumentableRestriction,InstrumentableRestriction<?>>
-
-
Constructor Summary
Constructors Constructor Description RestrictionXmlAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdaptedInstrumentableRestriction
marshal(InstrumentableRestriction<?> restriction)
InstrumentableRestriction<?>
unmarshal(AdaptedInstrumentableRestriction adapted)
-
-
-
Method Detail
-
marshal
public AdaptedInstrumentableRestriction marshal(InstrumentableRestriction<?> restriction) throws Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<AdaptedInstrumentableRestriction,InstrumentableRestriction<?>>
- Throws:
Exception
-
unmarshal
public InstrumentableRestriction<?> unmarshal(AdaptedInstrumentableRestriction adapted) throws Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<AdaptedInstrumentableRestriction,InstrumentableRestriction<?>>
- Throws:
Exception
-
-