public class DynamicXJC extends Object
| Constructor and Description |
|---|
DynamicXJC(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSchemaUrl(String url) |
protected boolean |
compileJavaSrc(String classPath,
List<File> srcList,
String dest) |
CompileResults |
compileSchemas() |
protected org.apache.cxf.common.jaxb.JAXBUtils.SchemaCompiler |
createSchemaCompiler() |
Map<String,Object> |
getJaxbContextProperties() |
String[] |
getSchemaCompilerOptions() |
List<String> |
getSchemaUrls() |
protected String |
resolveUrl(String rawUrl)
Lets try deal with URLs which start with classpath:
|
void |
setJaxbContextProperties(Map<String,Object> jaxbContextProperties) |
void |
setSchemaCompilerOptions(String[] schemaCompilerOptions) |
void |
setSchemaUrls(List<String> schemaUrls) |
public DynamicXJC(ClassLoader classLoader)
public CompileResults compileSchemas()
public void addSchemaUrl(String url)
public void setJaxbContextProperties(Map<String,Object> jaxbContextProperties)
public String[] getSchemaCompilerOptions()
public void setSchemaCompilerOptions(String[] schemaCompilerOptions)
protected org.apache.cxf.common.jaxb.JAXBUtils.SchemaCompiler createSchemaCompiler()
protected String resolveUrl(String rawUrl)
Copyright © 2011–2014 Red Hat. All rights reserved.