{
"operation-name" : "add",
"description" : "Adds a Jakarta Enterprise Beans remote channel creation option",
"request-properties" : {
"type" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The type of the channel creation option",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"allowed" : [
"remoting",
"xnio"
],
"stability" : "default"
},
"value" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The value for the Jakarta Enterprise Beans remote channel creation option",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}