JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Understanding the Business Rules Method Palette     Java CAPS Documentation
search filter icon
search icon

Document Information

Understanding the Business Rules Method Palette

Java CAPS Business Rules Method Palette Overview

Operator Methods

String Methods

Number Methods

Boolean Methods

Node Methods

XSD Operation

Conversion

Encoder Parameter Values

XSD Operation

The XSD Operation methods enable you to marshal and unmarshal messages. To display a complete list of available XSD operation methods, click XSDOperation and then click Settings.

Table 6 XSD Operation Methods

Description
The marshal method marshals the information in the OTD bean, and returns an XML document.
The unmarshal method unmarshals the information in an XML document, and returns an OTD bean.
The marshalToBytes method marshals the information in the OTD bean, and returns the data as bytes.
The unmarshalFromBytes method unmarshals the bytes input, and returns an OTD bean.