|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SchemaCollection in org.apache.cxf.common.xmlschema |
---|
Methods in org.apache.cxf.common.xmlschema with parameters of type SchemaCollection | |
---|---|
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)
|
Uses of SchemaCollection in org.apache.cxf.databinding |
---|
Methods in org.apache.cxf.databinding with parameters of type SchemaCollection | |
---|---|
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)
|
Uses of SchemaCollection in org.apache.cxf.javascript |
---|
Methods in org.apache.cxf.javascript with parameters of type SchemaCollection | |
---|---|
static AttributeInfo |
AttributeInfo.forGlobalAttribute(org.apache.ws.commons.schema.XmlSchemaAttribute attribute,
org.apache.ws.commons.schema.XmlSchema currentSchema,
SchemaCollection schemaCollection,
NamespacePrefixAccumulator prefixAccumulator)
Create an elementInfo that stores information about a global, named, element. |
static ParticleInfo |
ParticleInfo.forGlobalElement(org.apache.ws.commons.schema.XmlSchemaElement element,
org.apache.ws.commons.schema.XmlSchema currentSchema,
SchemaCollection schemaCollection,
NamespacePrefixAccumulator prefixAccumulator)
Create an elementInfo that stores information about a global, named, element. |
static AttributeInfo |
AttributeInfo.forLocalItem(org.apache.ws.commons.schema.XmlSchemaObject sequenceObject,
org.apache.ws.commons.schema.XmlSchema currentSchema,
SchemaCollection schemaCollection,
NamespacePrefixAccumulator prefixAccumulator,
QName contextName)
Fill in an AttributeInfo for an attribute or anyAttribute from a sequence. |
static ParticleInfo |
ParticleInfo.forLocalItem(org.apache.ws.commons.schema.XmlSchemaObject sequenceObject,
org.apache.ws.commons.schema.XmlSchema currentSchema,
SchemaCollection schemaCollection,
NamespacePrefixAccumulator prefixAccumulator,
QName contextName)
Fill in an ElementInfo for an element or xs:any from a sequence. |
static ParticleInfo |
ParticleInfo.forPartElement(org.apache.ws.commons.schema.XmlSchemaElement element,
SchemaCollection schemaCollection,
String javascriptName,
String xmlElementName)
Create element information for a part element. |
void |
JavascriptUtils.generateCodeToSerializeAny(ParticleInfo itemInfo,
String prefix,
SchemaCollection schemaCollection)
Generate code to serialize an xs:any. |
void |
JavascriptUtils.generateCodeToSerializeElement(ParticleInfo elementInfo,
String referencePrefix,
SchemaCollection schemaCollection)
Given an element, generate the serialization code. |
Constructors in org.apache.cxf.javascript with parameters of type SchemaCollection | |
---|---|
NamespacePrefixAccumulator(SchemaCollection schemaCollection)
|
Uses of SchemaCollection in org.apache.cxf.javascript.types |
---|
Constructors in org.apache.cxf.javascript.types with parameters of type SchemaCollection | |
---|---|
SchemaJavascriptBuilder(SchemaCollection schemaCollection,
NamespacePrefixAccumulator prefixAccumulator,
NameManager nameManager)
|
Uses of SchemaCollection in org.apache.cxf.jaxrs.model.wadl |
---|
Methods in org.apache.cxf.jaxrs.model.wadl with parameters of type SchemaCollection | |
---|---|
boolean |
WadlGenerator.addSchemaDocument(SchemaCollection col,
List<String> tnsList,
Document d,
String systemId,
boolean hackAroundEmptyNamespaceIssue)
|
Uses of SchemaCollection in org.apache.cxf.jibx |
---|
Constructors in org.apache.cxf.jibx with parameters of type SchemaCollection | |
---|---|
JibxSchemaInitializer(ServiceInfo serviceInfo,
SchemaCollection schemas,
JibxDataBinding databinding)
|
Uses of SchemaCollection in org.apache.cxf.jibx.tools |
---|
Methods in org.apache.cxf.jibx.tools with parameters of type SchemaCollection | |
---|---|
void |
JibxSchemaHelper.getSchemas(javax.wsdl.Definition def,
SchemaCollection schemaCol,
List<JibxSchemaResolver> r)
|
Constructors in org.apache.cxf.jibx.tools with parameters of type SchemaCollection | |
---|---|
JibxSchemaResolver(String id,
org.apache.ws.commons.schema.XmlSchema schema,
SchemaCollection collection,
Element element)
|
Uses of SchemaCollection in org.apache.cxf.service.model |
---|
Methods in org.apache.cxf.service.model that return SchemaCollection | |
---|---|
SchemaCollection |
ServiceSchemaInfo.getSchemaCollection()
|
SchemaCollection |
ServiceInfo.getXmlSchemaCollection()
|
Methods in org.apache.cxf.service.model with parameters of type SchemaCollection | |
---|---|
void |
ServiceSchemaInfo.setSchemaCollection(SchemaCollection schemaCollection)
|
void |
ServiceInfo.setSchemas(SchemaCollection cachedXmlSchemaCollection,
List<SchemaInfo> cachedSchemas)
|
Uses of SchemaCollection in org.apache.cxf.tools.corba.common |
---|
Methods in org.apache.cxf.tools.corba.common with parameters of type SchemaCollection | |
---|---|
static boolean |
WSDLUtils.isElementFormQualified(SchemaCollection schemas,
QName type)
|
Uses of SchemaCollection in org.apache.cxf.tools.corba.processors.wsdl |
---|
Methods in org.apache.cxf.tools.corba.processors.wsdl that return SchemaCollection | |
---|---|
SchemaCollection |
WSDLToCorbaHelper.getXMLSchemaList()
|
SchemaCollection |
WSDLToProcessor.getXmlSchemaTypes()
|
Methods in org.apache.cxf.tools.corba.processors.wsdl with parameters of type SchemaCollection | |
---|---|
void |
WSDLParameter.processParameters(WSDLToCorbaBinding wsdlToCorbaBinding,
javax.wsdl.Operation operation,
javax.wsdl.Definition def,
SchemaCollection xmlSchemaList,
List<ParamType> params,
List<ArgType> returns,
boolean simpleOrdering)
|
void |
WSDLToCorbaHelper.setXMLSchemaList(SchemaCollection list)
|
Uses of SchemaCollection in org.apache.cxf.tools.validator.internal |
---|
Methods in org.apache.cxf.tools.validator.internal that return SchemaCollection | |
---|---|
static SchemaCollection |
ValidatorUtil.getSchema(javax.wsdl.Definition def)
|
Methods in org.apache.cxf.tools.validator.internal that return types with arguments of type SchemaCollection | |
---|---|
static List<SchemaCollection> |
ValidatorUtil.getSchemaList(Document document,
String baseURI)
Get a list of schemas found in a wsdl Document. |
Uses of SchemaCollection in org.apache.cxf.wsdl11 |
---|
Methods in org.apache.cxf.wsdl11 with parameters of type SchemaCollection | |
---|---|
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 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |