org.glassfish.appclient.client.acc.config.Adapter8 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;
public class Adapter8
extends XmlAdapter
{
public java.lang.String unmarshal(java.lang.String value) {
return (org.glassfish.appclient.client.acc.config.util.XML.parseProviderType(value));
}
public java.lang.String marshal(java.lang.String value) {
return value.toString();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy