Schema "mule-jersey.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/jersey
Defined Components:
global elements, 2 complexTypes, 1 attribute group
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/jersey/3.3/mule-jersey.xsd; see XML source
Imports Schemas (3):
mule.xsd [src], spring-beans-3.1.xsd [src], xml.xsd [src]
Imported by Schema:
_mule-all-included.xsd
All Element Summary
context-resolver Configure a class to act as the context resolver for this resource.
Type:
Content:
complex, 1 attribute, attr. wildcard, 1 element
Defined:
globally; see XML source
Used:
exception-mapper Configure a class to act as the exception mapper for this resource.
Type:
Content:
complex, 1 attribute, attr. wildcard, 1 element
Defined:
globally; see XML source
Used:
resources Represents a Jersey component.
Type:
Content:
complex, attr. wildcard, 6 elements
Subst.Gr:
Defined:
globally; see XML source
Used:
never
Complex Type Summary
Content:
complex, attr. wildcard, 6 elements
Defined:
globally; see XML source
Includes:
definitions of 3 elements
Used:
Content:
complex, 1 attribute, attr. wildcard, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
Attribute Group Summary
Defined:
globally; see XML source
Used:
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mulesoft.org/schema/mule/jersey" xmlns="http://www.mulesoft.org/schema/mule/jersey" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="exception-mapper" type="otherResourcesType">
<xsd:annotation>
<xsd:documentation>
Configure a class to act as the exception mapper for this resource. The class must implement the interface javax.ws.rs.ext.ExceptionMapper.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="context-resolver" type="otherResourcesType">
<xsd:annotation>
<xsd:documentation>
Configure a class to act as the context resolver for this resource. The class must implement the interface javax.ws.rs.ext.ContextResolver.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="otherResourcesType">
<xsd:complexContent>
<xsd:extension base="mule:annotatedType">
<xsd:attribute name="class" type="mule:substitutableClass" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="resources" substitutionGroup="mule:abstract-component" type="jerseyComponentType">
<xsd:annotation>
<xsd:documentation>
Represents a Jersey component.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="jerseyComponentType">
<xsd:complexContent>
<xsd:extension base="mule:abstractComponentType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="mule:abstract-component"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="exception-mapper"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="context-resolver"/>
</xsd:sequence>
<xsd:attributeGroup ref="componentAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:attributeGroup name="componentAttributes"/>
</xsd:schema>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.