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
- CodeGenerationException
public void walkSchema(AxisMessage message, String qnameSuffix) throws CodeGenerationException
CodeGenerationException
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.