public class UniversalCommunicationAdapter extends XmlAdapter<UniversalCommunication,String>
| Constructor and Description |
|---|
UniversalCommunicationAdapter() |
| Modifier and Type | Method and Description |
|---|---|
UniversalCommunication |
marshal(String unversalCommunication) |
String |
unmarshal(UniversalCommunication communication) |
public UniversalCommunicationAdapter()
public UniversalCommunication marshal(String unversalCommunication) throws Exception
marshal in class XmlAdapter<UniversalCommunication,String>Exceptionpublic String unmarshal(UniversalCommunication communication) throws Exception
unmarshal in class XmlAdapter<UniversalCommunication,String>ExceptionCopyright © 2014-2016 Konik.io. All Rights Reserved.