
rvicemix.servicemix-saxon.2013.01.source-code.servicemix-saxon.xsd.wiki Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servicemix-saxon Show documentation
Show all versions of servicemix-saxon Show documentation
An XSLT 2.0 / XQuery Service Engine
The newest version!
h3. Elements By Type
{anchor:org.apache.servicemix.saxon.support.ExchangeTarget-types}
h4. The _[org.apache.servicemix.saxon.support.ExchangeTarget|#org.apache.servicemix.saxon.support.ExchangeTarget-types]_ Type Implementations
| _[|#exchange-target-element]_ | {html}An ExchangeTarget may be used to specify the target of an exchange,
while retaining all the JBI features (interface based routing, service
name based routing or endpoint routing).{html} |
{anchor:org.apache.servicemix.saxon.SaxonEndpoint-types}
h4. The _[org.apache.servicemix.saxon.SaxonEndpoint|#org.apache.servicemix.saxon.SaxonEndpoint-types]_ Type Implementations
| _[|#proxy-element]_ | {html}{html} |
| _[|#xquery-element]_ | {html}{html} |
| _[|#xslt-element]_ | {html}{html} |
{anchor:component-element}
h3. The _[|#component-element]_ Element
{html}XSLT component{html}
h4. Properties
|| Property Name || Type || Description ||
| endpoints | (_[org.apache.servicemix.saxon.SaxonEndpoint|#org.apache.servicemix.saxon.SaxonEndpoint-types]_)\* | {html}{html} |
| executorFactory | _org.apache.servicemix.executors.ExecutorFactory_ | {html}The executor factory to use to create the executor.
If none is provided, one will be retrieved from the JBI container when the component
is deployed into ServiceMix 3.x, or a default implementation will be used.{html} |
{anchor:exchange-target-element}
h3. The _[|#exchange-target-element]_ Element
{html}An ExchangeTarget may be used to specify the target of an exchange,
while retaining all the JBI features (interface based routing, service
name based routing or endpoint routing).{html}
h4. Properties
|| Property Name || Type || Description ||
| endpoint | _java.lang.String_ | {html}{html} |
| interface | _javax.xml.namespace.QName_ | {html}{html} |
| operation | _javax.xml.namespace.QName_ | {html}{html} |
| service | _javax.xml.namespace.QName_ | {html}{html} |
| uri | _java.lang.String_ | {html}{html} |
{anchor:proxy-element}
h3. The _[|#proxy-element]_ Element
{html}{html}
h4. Properties
|| Property Name || Type || Description ||
| configuration | _net.sf.saxon.Configuration_ | {html}Additional configuration for the Saxon XSL-T/XQuery processor.{html} |
| copyAttachments | _boolean_ | {html}Copy attachments into the resulting normalized message. Defaults to true
.{html} |
| copyProperties | _boolean_ | {html}Copy properties into the resulting normalized message. Defaults to true
.{html} |
| copySubject | _boolean_ | {html}Copy the security subject into the resulting normalized message. Defaults to true
.{html} |
| endpoint | _java.lang.String_ | {html}
Get the endpoint implementation.
{html} |
| expression | _org.apache.servicemix.expression.Expression_ | {html}Expression to dynamically determine the stylesheet to use for processing the exchange.{html} |
| faultResource | _org.springframework.core.io.Resource_ | {html}Spring Resource for the XSL-T stylesheet or XQuery file to use for transforming the 'fault' message.{html} |
| interfaceName | _javax.xml.namespace.QName_ | {html}
Get the qualified name of the endpoint interface.
{html} |
| outResource | _org.springframework.core.io.Resource_ | {html}Spring Resource for the XSL-T stylesheet or XQuery file to use for transforming the 'out' message.{html} |
| parameters | _java.util.Map_ | {html}Add parameter names and values that are available during XSL/XQuery processing.{html} |
| reload | _boolean_ | {html}Sets whether the endpoint should reload the resource each time it is used.
A value of true
will ensure that the resource is not cached which
can be useful if the resource is updated regularly and is stored outside of
the service unit.{html} |
| resource | _org.springframework.core.io.Resource_ | {html}Spring Resource for the XSL-T stylesheet or XQuery file to use.{html} |
| result | _java.lang.String_ | {html}The output result type, possible values are dom, bytes, string. Defaults to dom.{html} |
| service | _javax.xml.namespace.QName_ | {html}
Get the service qualified name of the endpoint.
{html} |
| sourceTransformer | _org.apache.servicemix.jbi.jaxp.SourceTransformer_ | {html}Set a SourceTransformer instance to use for handling XML conversions.{html} |
| store | _org.apache.servicemix.store.Store_ | {html}Configure a custom Store implementation to store correlation information. Usually, a store factory is configured instead of a store.
Defaults to {@link org.apache.servicemix.store.memory.MemoryStore}.{html} |
| storeFactory | _org.apache.servicemix.store.StoreFactory_ | {html}Configure a custom StoreFactory implementation to store correlation information. Defaults to {@link org.apache.servicemix.store.memory.MemoryStoreFactory}.{html} |
| target | _[org.apache.servicemix.saxon.support.ExchangeTarget|#org.apache.servicemix.saxon.support.ExchangeTarget-types]_ | {html}Set the target endpoint that is being proxied by the xslt:proxy
endpoint.{html} |
| transformerFactory | _javax.xml.transform.TransformerFactory_ | {html}Set a transform factory, e.g. for injecting a custom transformer configuration or implementation.{html} |
| useDomSourceForContent | _java.lang.Boolean_ | {html}Convert the message body Source into a DOMSource. Defaults to false.{html} |
| useDomSourceForXslt | _boolean_ | {html}Convert the XSL-T stylesheet Sources into a DOMSource. Defaults to true.{html} |
| wsdlResource | _org.springframework.core.io.Resource_ | {html}Resource referring to the WSDL resource that defines this endpoint.{html} |
{anchor:xquery-element}
h3. The _[|#xquery-element]_ Element
{html}{html}
h4. Properties
|| Property Name || Type || Description ||
| configuration | _net.sf.saxon.Configuration_ | {html}Additional configuration for the Saxon XSL-T/XQuery processor.{html} |
| copyAttachments | _boolean_ | {html}Copy attachments into the resulting normalized message. Defaults to true
.{html} |
| copyProperties | _boolean_ | {html}Copy properties into the resulting normalized message. Defaults to true
.{html} |
| copySubject | _boolean_ | {html}Copy the security subject into the resulting normalized message. Defaults to true
.{html} |
| endpoint | _java.lang.String_ | {html}
Get the endpoint implementation.
{html} |
| expression | _org.apache.servicemix.expression.Expression_ | {html}Expression to dynamically determine the stylesheet to use for processing the exchange.{html} |
| interfaceName | _javax.xml.namespace.QName_ | {html}
Get the qualified name of the endpoint interface.
{html} |
| outputProperties | _java.util.Properties_ | {html}Configure serialization properties, in JAXP format, if the result is to be serialized. This parameter can be defaulted to null.{html} |
| parameters | _java.util.Map_ | {html}Add parameter names and values that are available during XSL/XQuery processing.{html} |
| query | _java.lang.String_ | {html}Configure the XQuery expression to evaluate.{html} |
| reload | _boolean_ | {html}Sets whether the endpoint should reload the resource each time it is used.
A value of true
will ensure that the resource is not cached which
can be useful if the resource is updated regularly and is stored outside of
the service unit.{html} |
| resource | _org.springframework.core.io.Resource_ | {html}Spring Resource for the XSL-T stylesheet or XQuery file to use.{html} |
| result | _java.lang.String_ | {html}The output result type, possible values are dom, bytes, string. Defaults to dom.{html} |
| service | _javax.xml.namespace.QName_ | {html}
Get the service qualified name of the endpoint.
{html} |
| sourceTransformer | _org.apache.servicemix.jbi.jaxp.SourceTransformer_ | {html}Set a SourceTransformer instance to use for handling XML conversions.{html} |
| wsdlResource | _org.springframework.core.io.Resource_ | {html}Resource referring to the WSDL resource that defines this endpoint.{html} |
{anchor:xslt-element}
h3. The _[|#xslt-element]_ Element
{html}{html}
h4. Properties
|| Property Name || Type || Description ||
| configuration | _net.sf.saxon.Configuration_ | {html}Additional configuration for the Saxon XSL-T/XQuery processor.{html} |
| copyAttachments | _boolean_ | {html}Copy attachments into the resulting normalized message. Defaults to true
.{html} |
| copyProperties | _boolean_ | {html}Copy properties into the resulting normalized message. Defaults to true
.{html} |
| copySubject | _boolean_ | {html}Copy the security subject into the resulting normalized message. Defaults to true
.{html} |
| endpoint | _java.lang.String_ | {html}
Get the endpoint implementation.
{html} |
| expression | _org.apache.servicemix.expression.Expression_ | {html}Expression to dynamically determine the stylesheet to use for processing the exchange.{html} |
| interfaceName | _javax.xml.namespace.QName_ | {html}
Get the qualified name of the endpoint interface.
{html} |
| parameters | _java.util.Map_ | {html}Add parameter names and values that are available during XSL/XQuery processing.{html} |
| reload | _boolean_ | {html}Sets whether the endpoint should reload the resource each time it is used.
A value of true
will ensure that the resource is not cached which
can be useful if the resource is updated regularly and is stored outside of
the service unit.{html} |
| resource | _org.springframework.core.io.Resource_ | {html}Spring Resource for the XSL-T stylesheet or XQuery file to use.{html} |
| result | _java.lang.String_ | {html}The output result type, possible values are dom, bytes, string. Defaults to dom.{html} |
| service | _javax.xml.namespace.QName_ | {html}
Get the service qualified name of the endpoint.
{html} |
| sourceTransformer | _org.apache.servicemix.jbi.jaxp.SourceTransformer_ | {html}Set a SourceTransformer instance to use for handling XML conversions.{html} |
| transformerFactory | _javax.xml.transform.TransformerFactory_ | {html}Set a transform factory, e.g. for injecting a custom transformer configuration or implementation.{html} |
| useDomSourceForContent | _java.lang.Boolean_ | {html}Convert the message body Source into a DOMSource. Defaults to false.{html} |
| useDomSourceForXslt | _boolean_ | {html}Convert the XSL-T stylesheet Source into a DOMSource. Defaults to true.{html} |
| wsdlResource | _org.springframework.core.io.Resource_ | {html}Resource referring to the WSDL resource that defines this endpoint.{html} |
h3. Element Index
| _[|#component-element]_ | {html}XSLT component{html} |
| _[|#exchange-target-element]_ | {html}An ExchangeTarget may be used to specify the target of an exchange,
while retaining all the JBI features (interface based routing, service
name based routing or endpoint routing).{html} |
| _[|#proxy-element]_ | {html}{html} |
| _[|#xquery-element]_ | {html}{html} |
| _[|#xslt-element]_ | {html}{html} |
© 2015 - 2025 Weber Informatics LLC | Privacy Policy