[ActivityName]Schema

This class is used to parse an XSD file and get the input, output, and fault type according to the defined elements. This class is called by the [ActivityName]Signature class.

The [ActivityName]Schema class contains the following methods:

Methods Description
public static XSDElementDeclaration getInputType() Use this method to get the input type.
public static XSDElementDeclaration getOutputType() Use this method to get the output type.
public static List<XSDElementDeclaration> getFaultElements() Use this method to get the fault element.
Note: If you do not specify any fault schema at design time, this method is not generated.
protected InputStream getSchemaAsInputStream() Use this method to get the input stream.

This is a BusinessWorks 6 life-cycle method.