org.apache.axis2.wsdl.builder
Class SchemaUnwrapper
java.lang.Object
org.apache.axis2.wsdl.builder.SchemaUnwrapper
- public class SchemaUnwrapper
- extends Object
The purpose of the schema unwrapper is to walk the schema and figure out
the expandable items. The schema unwrapper works off the WOM and attaches
the unwrapping information to the metadata bags of the relevant messageReference
objects
Method Summary |
static void |
unwrap(org.apache.wsdl.WSDLDescription description)
Unwraps a given WSDLDescription |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaUnwrapper
public SchemaUnwrapper()
unwrap
public static void unwrap(org.apache.wsdl.WSDLDescription description)
- Unwraps a given WSDLDescription
- Parameters:
description
-