org.jvnet.hyperjaxb3.ejb.strategy.outline
Interface OutlineProcessor<C>

All Known Subinterfaces:
ModelAndOutlineProcessor<C>
All Known Implementing Classes:
AnnotateOutline, ClassPersistenceProcessor, DefaultModelAndOutlineProcessor, MappingFilePersistenceProcessor, MarshalMappings, MarshalMappings, MarshalMappings

public interface OutlineProcessor<C>


Method Summary
 Collection<com.sun.tools.xjc.outline.ClassOutline> process(C context, com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options)
           
 

Method Detail

process

Collection<com.sun.tools.xjc.outline.ClassOutline> process(C context,
                                                           com.sun.tools.xjc.outline.Outline outline,
                                                           com.sun.tools.xjc.Options options)
                                                           throws Exception
Throws:
Exception


Copyright © 2005-2011. All Rights Reserved.