org.glassfish.appclient.client.acc.config.Adapter3 Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.02.06 at 03:40:11 PM GMT
//
package org.glassfish.appclient.client.acc.config;
import javax.xml.bind.annotation.adapters.XmlAdapter;
import org.glassfish.appclient.client.acc.config.util.XML.Password;
public class Adapter3
extends XmlAdapter
{
public Password unmarshal(String value) {
return (org.glassfish.appclient.client.acc.config.util.XML.Password.parse(value));
}
public String marshal(Password value) {
return (org.glassfish.appclient.client.acc.config.util.XML.Password.print(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy