public class SchemaUnwrapperExtension extends AbstractCodeGenerationExtension
log| Constructor and Description |
|---|
SchemaUnwrapperExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
engage(CodeGenConfiguration configuration) |
void |
walkSchema(AxisMessage message,
String qnameSuffix)
walk the given schema element For a successful unwrapping the element should have the
following structure < element > < complexType > < sequence > < element
/> < /sequence > < /complexType > < /element >
|
public void engage(CodeGenConfiguration configuration) throws CodeGenerationException
configuration - CodeGenerationExceptionpublic void walkSchema(AxisMessage message, String qnameSuffix) throws CodeGenerationException
CodeGenerationExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.