public class ParsingUtils extends Object
Constructor and Description |
---|
ParsingUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
checkIfCOisAnyObjectType(ComplexObject co) |
static QName |
getComplexTypeSchemaTypeName(org.apache.ws.commons.schema.XmlSchemaElement schElemOfType,
org.apache.ws.commons.schema.XmlSchemaType xmlSchemaOfType) |
static org.apache.ws.commons.schema.XmlSchemaAttribute |
parseWSDLschemasInOrderToFindTheSpecificXMLSchemaAttribute(org.apache.axis2.description.AxisService service,
QName schemaTypeName) |
static org.apache.ws.commons.schema.XmlSchemaAttributeGroup |
parseWSDLschemasInOrderToFindTheSpecificXMLSchemaAttributeGroup(org.apache.axis2.description.AxisService service,
QName schemaTypeName) |
static org.apache.ws.commons.schema.XmlSchemaType |
parseWSDLschemasInOrderToFindTheSpecificXMLSchemaElement(org.apache.axis2.description.AxisService service,
QName schemaTypeName) |
static org.apache.ws.commons.schema.XmlSchemaGroup |
parseWSDLschemasInOrderToFindTheSpecificXMLSchemaGroup(org.apache.axis2.description.AxisService service,
QName schemaTypeName) |
static org.apache.ws.commons.schema.XmlSchemaType |
parseWSDLschemasInOrderToFindTheSpecificXMLSchemaType(org.apache.axis2.description.AxisService service,
QName schemaTypeName) |
static org.apache.ws.commons.schema.XmlSchemaObject |
searchSchemaIncludesForAttribute_ITERATIVE_10_IterationsMax(org.apache.ws.commons.schema.XmlSchema initialSchema,
QName schemaTypeName,
int iterationsCount) |
static org.apache.ws.commons.schema.XmlSchemaObject |
searchSchemaIncludesForAttributeGroup_ITERATIVE_10_IterationsMax(org.apache.ws.commons.schema.XmlSchema initialSchema,
QName schemaTypeName,
int iterationsCount) |
static org.apache.ws.commons.schema.XmlSchemaObject |
searchSchemaIncludesForGroup_ITERATIVE_10_IterationsMax(org.apache.ws.commons.schema.XmlSchema initialSchema,
QName schemaTypeName,
int iterationsCount) |
static Object |
tryToFindAndParseAttributeForSpecificObject(ParsedWSDLDefinition theDefinition,
org.apache.axis2.description.AxisService service,
QName objectName) |
static ComplexObject |
tryToFindAndParseAttributeGroupForSpecificObject(ParsedWSDLDefinition theDefinition,
org.apache.axis2.description.AxisService service,
QName objectName) |
static ComplexObject |
tryToFindAndParseGroupForSpecificObject(ParsedWSDLDefinition theDefinition,
org.apache.axis2.description.AxisService service,
QName objectName) |
public static org.apache.ws.commons.schema.XmlSchemaType parseWSDLschemasInOrderToFindTheSpecificXMLSchemaType(org.apache.axis2.description.AxisService service, QName schemaTypeName)
public static org.apache.ws.commons.schema.XmlSchemaType parseWSDLschemasInOrderToFindTheSpecificXMLSchemaElement(org.apache.axis2.description.AxisService service, QName schemaTypeName)
public static org.apache.ws.commons.schema.XmlSchemaAttribute parseWSDLschemasInOrderToFindTheSpecificXMLSchemaAttribute(org.apache.axis2.description.AxisService service, QName schemaTypeName)
public static org.apache.ws.commons.schema.XmlSchemaGroup parseWSDLschemasInOrderToFindTheSpecificXMLSchemaGroup(org.apache.axis2.description.AxisService service, QName schemaTypeName)
public static org.apache.ws.commons.schema.XmlSchemaAttributeGroup parseWSDLschemasInOrderToFindTheSpecificXMLSchemaAttributeGroup(org.apache.axis2.description.AxisService service, QName schemaTypeName)
public static org.apache.ws.commons.schema.XmlSchemaObject searchSchemaIncludesForGroup_ITERATIVE_10_IterationsMax(org.apache.ws.commons.schema.XmlSchema initialSchema, QName schemaTypeName, int iterationsCount)
public static org.apache.ws.commons.schema.XmlSchemaObject searchSchemaIncludesForAttributeGroup_ITERATIVE_10_IterationsMax(org.apache.ws.commons.schema.XmlSchema initialSchema, QName schemaTypeName, int iterationsCount)
public static org.apache.ws.commons.schema.XmlSchemaObject searchSchemaIncludesForAttribute_ITERATIVE_10_IterationsMax(org.apache.ws.commons.schema.XmlSchema initialSchema, QName schemaTypeName, int iterationsCount)
public static void checkIfCOisAnyObjectType(ComplexObject co)
public static Object tryToFindAndParseAttributeForSpecificObject(ParsedWSDLDefinition theDefinition, org.apache.axis2.description.AxisService service, QName objectName)
public static ComplexObject tryToFindAndParseGroupForSpecificObject(ParsedWSDLDefinition theDefinition, org.apache.axis2.description.AxisService service, QName objectName)
public static ComplexObject tryToFindAndParseAttributeGroupForSpecificObject(ParsedWSDLDefinition theDefinition, org.apache.axis2.description.AxisService service, QName objectName)
public static QName getComplexTypeSchemaTypeName(org.apache.ws.commons.schema.XmlSchemaElement schElemOfType, org.apache.ws.commons.schema.XmlSchemaType xmlSchemaOfType)
Copyright © 2018 universAAL Consortium. All rights reserved.