Package org.apache.cxf.common.jaxb
Interface JAXBUtils.SchemaCompiler
- 
- Enclosing class:
- JAXBUtils
 
 public static interface JAXBUtils.SchemaCompiler
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description JAXBUtils.S2JJAXBModelbind()JAXBUtils.OptionsgetOptions()voidparseSchema(String key, XMLStreamReader el)voidparseSchema(String key, Element el)voidparseSchema(InputSource source)voidsetClassNameAllocator(Object allocator)voidsetEntityResolver(EntityResolver entityResolver)voidsetErrorListener(Object elForRun)
 
- 
- 
- 
Method Detail- 
setEntityResolvervoid setEntityResolver(EntityResolver entityResolver) 
 - 
setErrorListenervoid setErrorListener(Object elForRun) 
 - 
setClassNameAllocatorvoid setClassNameAllocator(Object allocator) 
 - 
bindJAXBUtils.S2JJAXBModel bind() 
 - 
parseSchemavoid parseSchema(InputSource source) 
 - 
parseSchemavoid parseSchema(String key, XMLStreamReader el) 
 - 
getOptionsJAXBUtils.Options getOptions() 
 
- 
 
-