Class Adapter6
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,EndorsementType>
eu.europa.esig.dss.diagnostic.jaxb.Adapter6
public class Adapter6 extends XmlAdapter<String,EndorsementType>
-
Constructor Summary
Constructors Constructor Description Adapter6()
-
Method Summary
Modifier and Type Method Description String
marshal(EndorsementType value)
EndorsementType
unmarshal(String value)
-
Constructor Details
-
Adapter6
public Adapter6()
-
-
Method Details
-
unmarshal
- Specified by:
unmarshal
in classXmlAdapter<String,EndorsementType>
-
marshal
- Specified by:
marshal
in classXmlAdapter<String,EndorsementType>
-