| name | data type | description |
|---|---|---|
| TopicFiltering | TopicFiltering | |
| RequestPolicy | RequestPolicy | |
| SubscriptionPolicy | CapabilitySubscriptionPolicyStructure | |
| AccessControl | ConnectionCapabilityAccessControlStructure | |
| Extensions | ExtensionsStructure | |
Properties inherited from AbstractCapabilitiesStructure |
||
| GeneralInteraction | CapabilityGeneralInteractionStructure | |
| TransportDescription | TransportDescriptionStructure | |
Example
{
"TopicFiltering" : {
"FilterByOperatorRef" : true,
"FilterByLineRef" : true
},
"RequestPolicy" : {
"NationalLanguage" : [ "...", "..." ],
"GmlCoordinateFormat" : "...",
"WgsDecimalDegrees" : "..."
},
"SubscriptionPolicy" : {
"HasIncrementalUpdates" : true,
"HasChangeSensitivity" : true
},
"AccessControl" : {
"CheckOperatorRef" : true,
"CheckLineRef" : true,
"CheckConnectionLinkRef" : true,
"RequestChecking" : true
},
"Extensions" : {
"any" : { }
},
"GeneralInteraction" : {
"Interaction" : {
"RequestResponse" : true,
"PublishSubscribe" : true
},
"Delivery" : {
"DirectDelivery" : true,
"FetchedDelivery" : true
},
"MultipartDespatch" : true,
"MultipleSubscriberFilter" : true,
"HasConfirmDelivery" : true,
"HasHeartbeat" : true,
"VisitNumberisOrder" : true
},
"TransportDescription" : {
"CommunicationsTransportMethod" : "wsdlSoap",
"CompressionMethod" : "other"
}
}