public class SchemaUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFINITION_SEPARATOR |
static int |
THIRD_LEVEL_COMPONENT_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
getExtendingType(List<String> listOfschemas,
org.apache.xmlbeans.SchemaType propertyType,
String extendingType) |
static List<String> |
getExtendingTypeNames(Iterable<URL> wsdlURLs,
URL sourceUrl,
QName elName,
Charset encoding) |
static List<org.apache.xmlbeans.SchemaType> |
getExtendingTypes(List<String> listOfschemas,
URL sourceUrl,
QName rootElementName,
Charset encoding) |
static List<String> |
getSchemas(javax.wsdl.Definition wsdlDefinition) |
static boolean |
hasSimpleContent(org.apache.xmlbeans.SchemaType type) |
static boolean |
hasSimpleContentOnly(org.apache.xmlbeans.SchemaType type) |
static String |
makeReadable(String original) |
public static final int THIRD_LEVEL_COMPONENT_NUMBER
public static final String DEFINITION_SEPARATOR
@NotNull public static List<String> getSchemas(@NotNull javax.wsdl.Definition wsdlDefinition) throws TransformerException
TransformerExceptionpublic static List<org.apache.xmlbeans.SchemaType> getExtendingTypes(List<String> listOfschemas, URL sourceUrl, QName rootElementName, Charset encoding)
public static List<String> getExtendingTypeNames(@NotNull Iterable<URL> wsdlURLs, URL sourceUrl, QName elName, Charset encoding) throws javax.wsdl.WSDLException, WsdlDatasenseException
javax.wsdl.WSDLExceptionWsdlDatasenseExceptionpublic static org.apache.xmlbeans.SchemaType getExtendingType(List<String> listOfschemas, org.apache.xmlbeans.SchemaType propertyType, String extendingType)
public static boolean hasSimpleContentOnly(org.apache.xmlbeans.SchemaType type)
public static boolean hasSimpleContent(org.apache.xmlbeans.SchemaType type)
Copyright © 2017. All rights reserved.