Schema "mule-client.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/client
Defined Components:
global element, 4 local elements, 1 complexType, 1 element group
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/client/3.3/mule-client.xsd; see XML source
Imports Schemas (3):
mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
Imported by Schema:
_mule-all-included.xsd
Annotation
MuleClient is a simple interface for Java clients to send and receive messages from a Mule server and other applications. You can use the Mule client to send and receive messages to and from a local or remote Mule server; to communicate with other applications using any Mule transport; make requests to a Mule server behind a firewall using the RemoteDispatcher. The Mule client can be used as a web services client to make SOAP requests using popular SOAP implementations such as Apache CXF. It can also send messages directly to a service component and bypass the transports layer completely, which is useful for testing your service components or when triggering an event from a script or JSP page.
All Element Summary
custom-wire-format
Type:
anonymous complexType
Content:
empty, 1 attribute
Defined:
Includes:
definition of 1 attribute
remote-dispatcher-agent
Type:
Content:
complex, attr. wildcard, 5 elements
Subst.Gr:
may substitute for element mule:abstract-agent
Defined:
globally; see XML source
Used:
never
remote-endpoint
Type:
Content:
complex, 11 attributes, attr. wildcard, 16 elements
Defined:
serialization-wire-format
Type:
xsd:anyType
Content:
any
Defined:
xml-wire-format
Type:
xsd:anyType
Content:
any
Defined:
Complex Type Summary
Content:
complex, attr. wildcard, 5 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Element Group Summary
Content:
Defined:
globally; see XML source
Includes:
definitions of 3 elements
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/client" xmlns="http://www.mulesoft.org/schema/mule/client" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:schemadoc="http://www.mulesoft.org/schema/mule/schemadoc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:documentation>
MuleClient is a simple interface for Java clients to send and receive messages from a Mule server and other applications. You can use the Mule client to send and receive messages to and from a local or remote Mule server; to communicate with other applications using any Mule transport; make requests to a Mule server behind a firewall using the RemoteDispatcher. The Mule client can be used as a web services client to make SOAP requests using popular SOAP implementations such as Apache CXF. It can also send messages directly to a service component and bypass the transports layer completely, which is useful for testing your service components or when triggering an event from a script or JSP page.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>Client</schemadoc:short-name>
<schemadoc:page-title>Mule Client</schemadoc:page-title>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="remote-dispatcher-agent" substitutionGroup="mule:abstract-agent" type="remoteDispatcherAgentType"/>
<xsd:complexType name="remoteDispatcherAgentType">
<xsd:complexContent>
<xsd:extension base="mule:abstractAgentType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="remote-endpoint" type="mule:inboundEndpointType"/>
<xsd:group ref="defaultWireFormatElements"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:group name="defaultWireFormatElements">
<xsd:sequence>
<xsd:choice maxOccurs="1" minOccurs="0">
<xsd:element name="xml-wire-format"/>
<xsd:element name="serialization-wire-format"/>
<xsd:element name="custom-wire-format">
<xsd:complexType>
<xsd:attribute name="class" type="mule:substitutableClass" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:group>
</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.