[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.
| 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. |
| protected InputStream getSchemaAsInputStream() | Use this method to get the input stream.
This is a BusinessWorks 6 life-cycle method. |
Copyright © Cloud Software Group, Inc. All rights reserved.
