Modifier and Type | Method and Description |
---|---|
static org.apache.ws.commons.schema.XmlSchemaElement |
XmlSchemaUtils.findElementByRefName(SchemaCollection xmlSchemaCollection,
QName name,
String referencingURI)
This copes with an observed phenomenon in the schema built by the
ReflectionServiceFactoryBean.
|
static List<org.apache.ws.commons.schema.XmlSchemaAnnotated> |
XmlSchemaUtils.getContentAttributes(org.apache.ws.commons.schema.XmlSchemaComplexType type,
SchemaCollection collection) |
static List<org.apache.ws.commons.schema.XmlSchemaObject> |
XmlSchemaUtils.getContentElements(org.apache.ws.commons.schema.XmlSchemaComplexType type,
SchemaCollection collection) |
static org.apache.ws.commons.schema.XmlSchemaType |
XmlSchemaUtils.getElementType(SchemaCollection xmlSchemaCollection,
String referencingURI,
org.apache.ws.commons.schema.XmlSchemaElement element,
org.apache.ws.commons.schema.XmlSchemaType containingType)
Follow a chain of references from element to element until we can obtain
a type.
|
static org.apache.ws.commons.schema.XmlSchemaElement |
XmlSchemaUtils.getReferredElement(org.apache.ws.commons.schema.XmlSchemaElement element,
SchemaCollection xmlSchemaCollection) |
Modifier and Type | Method and Description |
---|---|
org.apache.ws.commons.schema.XmlSchema |
AbstractDataBinding.addSchemaDocument(ServiceInfo serviceInfo,
SchemaCollection col,
Document d,
String systemId) |
org.apache.ws.commons.schema.XmlSchema |
AbstractDataBinding.addSchemaDocument(ServiceInfo serviceInfo,
SchemaCollection col,
Document d,
String systemId,
Collection<String> ids) |
Constructor and Description |
---|
JibxSchemaInitializer(ServiceInfo serviceInfo,
SchemaCollection schemas,
JibxDataBinding databinding) |
Modifier and Type | Method and Description |
---|---|
void |
JibxSchemaHelper.getSchemas(javax.wsdl.Definition def,
SchemaCollection schemaCol,
List<JibxSchemaResolver> r) |
Constructor and Description |
---|
JibxSchemaResolver(String id,
org.apache.ws.commons.schema.XmlSchema schema,
SchemaCollection collection,
Element element) |
Modifier and Type | Method and Description |
---|---|
SchemaCollection |
ServiceSchemaInfo.getSchemaCollection() |
SchemaCollection |
ServiceInfo.getXmlSchemaCollection() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceSchemaInfo.setSchemaCollection(SchemaCollection schemaCollection) |
void |
ServiceInfo.setSchemas(SchemaCollection cachedXmlSchemaCollection,
List<SchemaInfo> cachedSchemas) |
Modifier and Type | Method and Description |
---|---|
static SchemaCollection |
ValidatorUtil.getSchema(javax.wsdl.Definition def) |
Modifier and Type | Method and Description |
---|---|
static List<SchemaCollection> |
ValidatorUtil.getSchemaList(Document document,
String baseURI)
Get a list of schemas found in a wsdl Document.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaUtil.getSchemas(javax.wsdl.Definition def,
SchemaCollection schemaCol,
List<SchemaInfo> schemas) |
void |
SchemaUtil.getSchemas(javax.wsdl.Definition def,
SchemaCollection schemaCol,
ServiceInfo serviceInfo) |
Apache CXF