Documentation ¶
Index ¶
- type AbsoluteOrRelativeTimeType
- type AttributedURIType
- type Capabilities
- type CreatePullPointSubscription
- type CreatePullPointSubscriptionResponse
- type CurrentTime
- type Documentation
- type EndpointReferenceType
- type ExtensibleDocumented
- type FilterType
- type FixedTopicSet
- type GetEventProperties
- type GetEventPropertiesResponse
- type GetServiceCapabilities
- type GetServiceCapabilitiesResponse
- type InvalidFilterFault
- type InvalidMessageContentExpressionFault
- type InvalidProducerPropertiesExpressionFault
- type InvalidTopicExpressionFault
- type Message
- type Metadata
- type MetadataType
- type NotificationMessage
- type NotificationMessageHolderType
- type NotifyMessageNotSupportedFault
- type ProducerReference
- type PullMessages
- type PullMessagesFaultResponse
- type PullMessagesResponse
- type ReferenceParametersType
- type ResourceUnknownFault
- type Seek
- type SeekResponse
- type SetSynchronizationPoint
- type SetSynchronizationPointResponse
- type SubscribeCreationFailedFault
- type SubscriptionPolicy
- type SubscriptionReference
- type TerminationTime
- type Topic
- type TopicExpressionDialect
- type TopicExpressionDialectUnknownFault
- type TopicExpressionType
- type TopicNotSupportedFault
- type TopicSet
- type TopicSetType
- type UnacceptableInitialTerminationTimeFault
- type UnrecognizedPolicyRequestFault
- type UnsupportedPolicyRequestFault
- Bugs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbsoluteOrRelativeTimeType ¶
<xsd:union memberTypes="xsd:dateTime xsd:duration"/>
type AttributedURIType ¶
type Capabilities ¶
type Capabilities struct { WSSubscriptionPolicySupport xsd.Boolean `xml:"WSSubscriptionPolicySupport,attr"` WSPullPointSupport xsd.Boolean `xml:"WSPullPointSupport,attr"` WSPausableSubscriptionManagerInterfaceSupport xsd.Boolean `xml:"WSPausableSubscriptionManagerInterfaceSupport,attr"` MaxNotificationProducers xsd.Int `xml:"MaxNotificationProducers,attr"` MaxPullPoints xsd.Int `xml:"MaxPullPoints,attr"` PersistentNotificationStorage xsd.Boolean `xml:"PersistentNotificationStorage,attr"` }
type CreatePullPointSubscription ¶
type CreatePullPointSubscription struct { XMLName string `xml:"tev:CreatePullPointSubscription"` Filter FilterType `xml:"tev:Filter"` InitialTerminationTime AbsoluteOrRelativeTimeType `xml:"tev:InitialTerminationTime"` SubscriptionPolicy SubscriptionPolicy `xml:"tev:SubscriptionPolicy"` }
BUG(r) Bad AbsoluteOrRelativeTimeType type
type CreatePullPointSubscriptionResponse ¶
type CreatePullPointSubscriptionResponse struct { SubscriptionReference EndpointReferenceType CurrentTime CurrentTime TerminationTime TerminationTime }
type CurrentTime ¶
type CurrentTime xsd.DateTime //wsnt http://docs.oasis-open.org/wsn/b-2.xsd
type Documentation ¶
type Documentation xsd.AnyType //wstop http://docs.oasis-open.org/wsn/t-1.xsd
type EndpointReferenceType ¶
type EndpointReferenceType struct { Address AttributedURIType ReferenceParameters ReferenceParametersType Metadata // todo:разобраться с этим: понять, на какой тип ссылается }
type ExtensibleDocumented ¶
type ExtensibleDocumented struct {
Documentation Documentation //к xsd-документе documentation с маленькой буквы начинается
}
type FilterType ¶
type FixedTopicSet ¶
type FixedTopicSet xsd.Boolean //wsnt http://docs.oasis-open.org/wsn/b-2.xsd
type GetEventProperties ¶
type GetEventProperties struct {
XMLName string `xml:"tev:GetEventProperties"`
}
type GetServiceCapabilities ¶
type GetServiceCapabilities struct {
XMLName string `xml:"tev:GetServiceCapabilities"`
}
type GetServiceCapabilitiesResponse ¶
type GetServiceCapabilitiesResponse struct {
Capabilities Capabilities
}
type InvalidFilterFault ¶
type InvalidFilterFault struct { }
type InvalidMessageContentExpressionFault ¶
type InvalidMessageContentExpressionFault struct { }
type InvalidProducerPropertiesExpressionFault ¶
type InvalidProducerPropertiesExpressionFault struct { }
type InvalidTopicExpressionFault ¶
type InvalidTopicExpressionFault struct { }
type Metadata ¶
type Metadata MetadataType //wsa https://www.w3.org/2005/08/addressing/ws-addr.xsd
type MetadataType ¶
type MetadataType struct {
Any string
}
type NotificationMessage ¶
type NotificationMessage NotificationMessageHolderType //wsnt http://docs.oasis-open.org/wsn/b-2.xsd
type NotificationMessageHolderType ¶
type NotificationMessageHolderType struct { SubscriptionReference SubscriptionReference //wsnt http://docs.oasis-open.org/wsn/b-2.xsd Topic Topic ProducerReference ProducerReference Message Message }
type NotifyMessageNotSupportedFault ¶
type NotifyMessageNotSupportedFault struct { }
type ProducerReference ¶
type ProducerReference EndpointReferenceType
type PullMessages ¶
type PullMessagesResponse ¶
type PullMessagesResponse struct { CurrentTime CurrentTime TerminationTime TerminationTime NotificationMessage NotificationMessage }
type ReferenceParametersType ¶
type ReferenceParametersType struct {
Any string
}
type ResourceUnknownFault ¶
type ResourceUnknownFault struct { }
type SeekResponse ¶
type SeekResponse struct { }
type SetSynchronizationPoint ¶
type SetSynchronizationPoint struct {
XMLName string `xml:"tev:SetSynchronizationPoint"`
}
type SetSynchronizationPointResponse ¶
type SetSynchronizationPointResponse struct { }
type SubscribeCreationFailedFault ¶
type SubscribeCreationFailedFault struct { }
type SubscriptionPolicy ¶
type SubscriptionReference ¶
type SubscriptionReference EndpointReferenceType
type TerminationTime ¶
type TerminationTime xsd.DateTime //wsnt http://docs.oasis-open.org/wsn/b-2.xsd
type Topic ¶
type Topic TopicExpressionType
type TopicExpressionDialect ¶
type TopicExpressionDialectUnknownFault ¶
type TopicExpressionDialectUnknownFault struct { }
type TopicExpressionType ¶
type TopicNotSupportedFault ¶
type TopicNotSupportedFault struct { }
type TopicSet ¶
type TopicSet TopicSetType //wstop http://docs.oasis-open.org/wsn/t-1.xsd
type TopicSetType ¶
type TopicSetType struct {
ExtensibleDocumented
}
type UnacceptableInitialTerminationTimeFault ¶
type UnacceptableInitialTerminationTimeFault struct { }
type UnrecognizedPolicyRequestFault ¶
type UnrecognizedPolicyRequestFault struct { }
type UnsupportedPolicyRequestFault ¶
type UnsupportedPolicyRequestFault struct { }
Notes ¶
Bugs ¶
Bad AbsoluteOrRelativeTimeType type
Click to show internal directories.
Click to hide internal directories.