org.universAAL.ri.wsdlToolkit.axis2Parser
Class SimpleTypesParser

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

public class SimpleTypesParser
extends Object

This class is used for parsing simple types of a wsdl document

Author:
kgiannou

Constructor Summary
SimpleTypesParser()
           
 
Method Summary
static void parseSimpleContent(org.apache.axis2.description.AxisService service, org.apache.ws.commons.schema.XmlSchemaSimpleContent simpleContent, ComplexObject co, ParsedWSDLDefinition theDefinition)
           
static ComplexObject parseSimpleType(org.apache.ws.commons.schema.XmlSchemaElement schElemOfType, org.apache.ws.commons.schema.XmlSchemaType xmlSchemaType, NativeObject no, ParsedWSDLDefinition theDefinition, org.apache.axis2.description.AxisService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTypesParser

public SimpleTypesParser()
Method Detail

parseSimpleType

public static ComplexObject parseSimpleType(org.apache.ws.commons.schema.XmlSchemaElement schElemOfType,
                                            org.apache.ws.commons.schema.XmlSchemaType xmlSchemaType,
                                            NativeObject no,
                                            ParsedWSDLDefinition theDefinition,
                                            org.apache.axis2.description.AxisService service)

parseSimpleContent

public static void parseSimpleContent(org.apache.axis2.description.AxisService service,
                                      org.apache.ws.commons.schema.XmlSchemaSimpleContent simpleContent,
                                      ComplexObject co,
                                      ParsedWSDLDefinition theDefinition)


Copyright © 2014 universAAL Consortium. All Rights Reserved.