
jabber.component.accept.Adapter7 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:08:21 AM GMT
//
package jabber.component.accept;
import javax.xml.bind.annotation.adapters.XmlAdapter;
import uk.org.retep.xmpp.JID;
public class Adapter7
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