org.apache.axis2.wsdl.builder
Class SchemaUnwrapper

java.lang.Object
  extended byorg.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


Constructor Summary
SchemaUnwrapper()
           
 
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
 

Constructor Detail

SchemaUnwrapper

public SchemaUnwrapper()
Method Detail

unwrap

public static void unwrap(org.apache.wsdl.WSDLDescription description)
Unwraps a given WSDLDescription

Parameters:
description -