public class UniversalCommunicationAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<UniversalCommunication,java.lang.String>
Constructor and Description |
---|
UniversalCommunicationAdapter() |
Modifier and Type | Method and Description |
---|---|
UniversalCommunication |
marshal(java.lang.String unversalCommunication) |
java.lang.String |
unmarshal(UniversalCommunication communication) |
public UniversalCommunicationAdapter()
public UniversalCommunication marshal(java.lang.String unversalCommunication) throws java.lang.Exception
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<UniversalCommunication,java.lang.String>
java.lang.Exception
public java.lang.String unmarshal(UniversalCommunication communication) throws java.lang.Exception
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<UniversalCommunication,java.lang.String>
java.lang.Exception
Copyright © 2014-2018 Konik.io. All Rights Reserved.