org.apache.ws.jaxme.generator.sg.impl
Class JaxMeSGFactory

java.lang.Object
  extended by org.apache.ws.jaxme.generator.sg.impl.JAXBSGFactory
      extended by org.apache.ws.jaxme.generator.sg.impl.JaxMeSGFactory
All Implemented Interfaces:
SGFactoryChain

public class JaxMeSGFactory
extends JAXBSGFactory

Author:
Jochen Wiedmann

Nested Class Summary
 class JaxMeSGFactory.JaxMeAppinfoImpl
           
 class JaxMeSGFactory.JaxMeXsObjectFactory
           
 
Constructor Summary
JaxMeSGFactory(Generator pGenerator)
           
 
Method Summary
 void addAnnotationClass(java.lang.String pNamespaceURI, java.lang.String pLocalName, java.lang.Class pClass)
           
protected  java.util.List getAnnotationClasses()
           
 
Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.JAXBSGFactory
getGenerator, getGroups, getGroupSG, getGroupSG, getObjects, getObjectSG, getObjectSG, getObjectSG, getSchemaSG, getSchemaSG, getTypes, getTypeSG, getTypeSG, getTypeSG, init, newFacet, newGroupSG, newGroupSG, newObjectSG, newObjectSG, newObjectSG, newSchemaSG, newTypeSG, newTypeSG, newTypeSG, newXsObjectFactory, newXSObjectFactory, newXSParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxMeSGFactory

public JaxMeSGFactory(Generator pGenerator)
Method Detail

getAnnotationClasses

protected java.util.List getAnnotationClasses()

addAnnotationClass

public void addAnnotationClass(java.lang.String pNamespaceURI,
                               java.lang.String pLocalName,
                               java.lang.Class pClass)