| name | data type | constraints | description |
|---|---|---|---|
| attachmentUnmarshaller | AttachmentUnmarshaller | ||
| validating | boolean | required boolean | |
| listener | Listener | ||
| eventHandler | ValidationEventHandler | ||
| unmarshallerHandler | UnmarshallerHandler | ||
| schema | Schema |
Example
{
"attachmentUnmarshaller" : {
"XOPPackage" : true
},
"validating" : true,
"listener" : { },
"eventHandler" : { },
"unmarshallerHandler" : {
"result" : { }
},
"schema" : { }
}