org.jvnet.hyperjaxb3.ejb.strategy.mapping
Class MarshalMappings

java.lang.Object
  extended by org.jvnet.hyperjaxb3.ejb.strategy.mapping.MarshalMappings
All Implemented Interfaces:
OutlineProcessor<EjbPlugin>
Direct Known Subclasses:
MarshalMappings, MarshalMappings

public class MarshalMappings
extends Object
implements OutlineProcessor<EjbPlugin>


Field Summary
protected  org.apache.commons.logging.Log logger
           
 
Constructor Summary
MarshalMappings()
           
 
Method Summary
protected  EntityMappings createEntityMappings()
           
 Ignoring getIgnoring()
           
 Mapping getMapping()
           
protected  javax.xml.bind.Marshaller getMarshaller()
           
 Collection<com.sun.tools.xjc.outline.ClassOutline> process(EjbPlugin context, com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options)
           
 com.sun.tools.xjc.outline.ClassOutline process(MarshalMappings context, com.sun.tools.xjc.outline.ClassOutline classOutline, com.sun.tools.xjc.Options options)
           
 void setIgnoring(Ignoring ignoring)
           
 void setMapping(Mapping mapping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected org.apache.commons.logging.Log logger
Constructor Detail

MarshalMappings

public MarshalMappings()
Method Detail

getMarshaller

protected javax.xml.bind.Marshaller getMarshaller()
                                           throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

process

public Collection<com.sun.tools.xjc.outline.ClassOutline> process(EjbPlugin context,
                                                                  com.sun.tools.xjc.outline.Outline outline,
                                                                  com.sun.tools.xjc.Options options)
                                                           throws Exception
Specified by:
process in interface OutlineProcessor<EjbPlugin>
Throws:
Exception

process

public com.sun.tools.xjc.outline.ClassOutline process(MarshalMappings context,
                                                      com.sun.tools.xjc.outline.ClassOutline classOutline,
                                                      com.sun.tools.xjc.Options options)
                                               throws Exception
Throws:
Exception

createEntityMappings

protected EntityMappings createEntityMappings()

getIgnoring

public Ignoring getIgnoring()

setIgnoring

public void setIgnoring(Ignoring ignoring)

getMapping

public Mapping getMapping()

setMapping

public void setMapping(Mapping mapping)


Copyright © 2005-2011. All Rights Reserved.