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 AdaptedInstrumentableRestrictionmarshal(InstrumentableRestriction<?> restriction)InstrumentableRestriction<?>unmarshal(AdaptedInstrumentableRestriction adapted)
-
-
-
Method Detail
-
marshal
public AdaptedInstrumentableRestriction marshal(InstrumentableRestriction<?> restriction) throws Exception
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<AdaptedInstrumentableRestriction,InstrumentableRestriction<?>>- Throws:
Exception
-
unmarshal
public InstrumentableRestriction<?> unmarshal(AdaptedInstrumentableRestriction adapted) throws Exception
- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<AdaptedInstrumentableRestriction,InstrumentableRestriction<?>>- Throws:
Exception
-
-