Package org.opencastproject.mediapackage
Class AudioStream.Adapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<AudioStreamImpl,Stream>
-
- org.opencastproject.mediapackage.AudioStream.Adapter
-
- Enclosing interface:
- AudioStream
public static class AudioStream.Adapter extends javax.xml.bind.annotation.adapters.XmlAdapter<AudioStreamImpl,Stream>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AudioStreamImpl
marshal(Stream v)
Stream
unmarshal(AudioStreamImpl v)
-
-
-
Method Detail
-
marshal
public AudioStreamImpl marshal(Stream v) throws Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<AudioStreamImpl,Stream>
- Throws:
Exception
-
unmarshal
public Stream unmarshal(AudioStreamImpl v) throws Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<AudioStreamImpl,Stream>
- Throws:
Exception
-
-