org.apache.openejb.jee
Class ParamValue$JAXB

java.lang.Object
  extended by org.metatype.sxc.jaxb.JAXBClass<T>
      extended by org.metatype.sxc.jaxb.JAXBObject<ParamValue>
          extended by org.apache.openejb.jee.ParamValue$JAXB

public class ParamValue$JAXB
extends org.metatype.sxc.jaxb.JAXBObject<ParamValue>


Field Summary
 
Fields inherited from class org.metatype.sxc.jaxb.JAXBObject
xmlRootElement, xmlType
 
Fields inherited from class org.metatype.sxc.jaxb.JAXBClass
dependencies, type
 
Constructor Summary
ParamValue$JAXB()
           
 
Method Summary
static ParamValue _read(org.metatype.sxc.util.XoXMLStreamReader reader, org.metatype.sxc.jaxb.RuntimeContext context)
           
static void _write(org.metatype.sxc.util.XoXMLStreamWriter writer, ParamValue paramValue, org.metatype.sxc.jaxb.RuntimeContext context)
           
 ParamValue read(org.metatype.sxc.util.XoXMLStreamReader reader, org.metatype.sxc.jaxb.RuntimeContext context)
           
static ParamValue readParamValue(org.metatype.sxc.util.XoXMLStreamReader reader, org.metatype.sxc.jaxb.RuntimeContext context)
           
 void write(org.metatype.sxc.util.XoXMLStreamWriter writer, ParamValue paramValue, org.metatype.sxc.jaxb.RuntimeContext context)
           
static void writeParamValue(org.metatype.sxc.util.XoXMLStreamWriter writer, ParamValue paramValue, org.metatype.sxc.jaxb.RuntimeContext context)
           
 
Methods inherited from class org.metatype.sxc.jaxb.JAXBObject
getXmlRootElement, getXmlType, read, read, read, read, write, write, write, write, write
 
Methods inherited from class org.metatype.sxc.jaxb.JAXBClass
getDependencies, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamValue$JAXB

public ParamValue$JAXB()
Method Detail

readParamValue

public static ParamValue readParamValue(org.metatype.sxc.util.XoXMLStreamReader reader,
                                        org.metatype.sxc.jaxb.RuntimeContext context)
                                 throws Exception
Throws:
Exception

writeParamValue

public static void writeParamValue(org.metatype.sxc.util.XoXMLStreamWriter writer,
                                   ParamValue paramValue,
                                   org.metatype.sxc.jaxb.RuntimeContext context)
                            throws Exception
Throws:
Exception

write

public void write(org.metatype.sxc.util.XoXMLStreamWriter writer,
                  ParamValue paramValue,
                  org.metatype.sxc.jaxb.RuntimeContext context)
           throws Exception
Specified by:
write in class org.metatype.sxc.jaxb.JAXBObject<ParamValue>
Throws:
Exception

_read

public static final ParamValue _read(org.metatype.sxc.util.XoXMLStreamReader reader,
                                     org.metatype.sxc.jaxb.RuntimeContext context)
                              throws Exception
Throws:
Exception

read

public final ParamValue read(org.metatype.sxc.util.XoXMLStreamReader reader,
                             org.metatype.sxc.jaxb.RuntimeContext context)
                      throws Exception
Specified by:
read in class org.metatype.sxc.jaxb.JAXBObject<ParamValue>
Throws:
Exception

_write

public static final void _write(org.metatype.sxc.util.XoXMLStreamWriter writer,
                                ParamValue paramValue,
                                org.metatype.sxc.jaxb.RuntimeContext context)
                         throws Exception
Throws:
Exception


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.