org.universAAL.ri.wsdlToolkit.axis2Parser
Class ComplexTypesParser

Package class diagram package ComplexTypesParser
java.lang.Object
  extended by org.universAAL.ri.wsdlToolkit.axis2Parser.ComplexTypesParser

public class ComplexTypesParser
extends Object

This class is used for parsing complex elements of a wsdl document

Author:
kgiannou

Field Summary
static HashMap parsedComplexObjectsHashmap
           
 
Constructor Summary
ComplexTypesParser()
           
 
Method Summary
static void parseComplexContent(org.apache.axis2.description.AxisService service, org.apache.ws.commons.schema.XmlSchemaComplexContent complexContent, ComplexObject co, ParsedWSDLDefinition theDefinition, boolean calledFromAbstractTypeParser, QName typeName)
           
static void parseComplexType(org.apache.axis2.description.AxisService service, org.apache.ws.commons.schema.XmlSchemaElement schElemOfType, org.apache.ws.commons.schema.XmlSchemaType xmlSchemaOfType, ComplexObject co, ParsedWSDLDefinition theDefinition, boolean calledFromAbstractTypeParser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parsedComplexObjectsHashmap

public static HashMap parsedComplexObjectsHashmap
Constructor Detail

ComplexTypesParser

public ComplexTypesParser()
Method Detail

parseComplexType

public static void parseComplexType(org.apache.axis2.description.AxisService service,
                                    org.apache.ws.commons.schema.XmlSchemaElement schElemOfType,
                                    org.apache.ws.commons.schema.XmlSchemaType xmlSchemaOfType,
                                    ComplexObject co,
                                    ParsedWSDLDefinition theDefinition,
                                    boolean calledFromAbstractTypeParser)

parseComplexContent

public static void parseComplexContent(org.apache.axis2.description.AxisService service,
                                       org.apache.ws.commons.schema.XmlSchemaComplexContent complexContent,
                                       ComplexObject co,
                                       ParsedWSDLDefinition theDefinition,
                                       boolean calledFromAbstractTypeParser,
                                       QName typeName)


Copyright © 2014 universAAL Consortium. All Rights Reserved.