
jabber.server.Adapter1 Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-793
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2009.11.11 at 12:11:12 AM GMT
//
package jabber.server;
import javax.xml.bind.annotation.adapters.XmlAdapter;
import uk.org.retep.xmpp.JID;
public class Adapter1
extends XmlAdapter
{
public JID unmarshal(String value) {
return (uk.org.retep.xmpp.XMPPDatatypeConverter.parseJID(value));
}
public String marshal(JID value) {
return (uk.org.retep.xmpp.XMPPDatatypeConverter.printJID(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy