org.apache.ws.jaxme.generator.sg.impl.ccsg
Class EmptyElementDriverSG

java.lang.Object
  extended byorg.apache.ws.jaxme.generator.sg.impl.ccsg.DriverSGImpl
      extended byorg.apache.ws.jaxme.generator.sg.impl.ccsg.EmptyElementDriverSG
All Implemented Interfaces:
DriverSG
Direct Known Subclasses:
SimpleContentDriverSG

public class EmptyElementDriverSG
extends DriverSGImpl

Implementation of DriverSG for empty elements.


Field Summary
 
Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.DriverSGImpl
ctSG
 
Constructor Summary
EmptyElementDriverSG(ComplexTypeSG pType, JavaSource pJs)
          Creates a new instance, generating the methods for serialization of the given type into the given source file.
 
Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.DriverSGImpl
generate, getJavaSource, getNames, getParamController, getParamElement, getParamHandler, getType, newGetAttributesMethod, newGetPreferredPrefixMethod, newMarshalChildsMethod, setParamController, setParamElement, setParamHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyElementDriverSG

public EmptyElementDriverSG(ComplexTypeSG pType,
                            JavaSource pJs)
Creates a new instance, generating the methods for serialization of the given type into the given source file.