addressing

package
v0.0.30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action AttributedURIType

type AttributedAnyType

type AttributedAnyType struct {
	XMLName xml.Name `xml:"http://www.w3.org/2005/08/addressing ProblemHeader" json:"-"`

	Items []string `xml:",any" json:"items,omitempty"`
}

type AttributedQNameType

type AttributedQNameType string

type AttributedURIType

type AttributedURIType string

type AttributedUnsignedLongType

type AttributedUnsignedLongType struct {
	XMLName xml.Name `xml:"http://www.w3.org/2005/08/addressing RetryAfter" json:"-"`

	Value uint64 `xml:",chardata" json:",omitempty"`
}

type EndpointReference

type EndpointReference EndpointReferenceType

type EndpointReferenceType

type EndpointReferenceType struct {
	Address *AttributedURIType `xml:"Address,omitempty" json:"Address,omitempty"`

	ReferenceParameters *ReferenceParametersType `xml:"ReferenceParameters,omitempty" json:"ReferenceParameters,omitempty"`

	Metadata *Metadata `xml:"Metadata,omitempty" json:"Metadata,omitempty"`

	Items []string `xml:",any" json:"items,omitempty"`
}

type FaultCodesOpenEnumType

type FaultCodesOpenEnumType string

type FaultCodesType

type FaultCodesType string
const (
	FaultCodesTypeTnsInvalidAddressingHeader FaultCodesType = "tns:InvalidAddressingHeader"

	FaultCodesTypeTnsInvalidAddress FaultCodesType = "tns:InvalidAddress"

	FaultCodesTypeTnsInvalidEPR FaultCodesType = "tns:InvalidEPR"

	FaultCodesTypeTnsInvalidCardinality FaultCodesType = "tns:InvalidCardinality"

	FaultCodesTypeTnsMissingAddressInEPR FaultCodesType = "tns:MissingAddressInEPR"

	FaultCodesTypeTnsDuplicateMessageID FaultCodesType = "tns:DuplicateMessageID"

	FaultCodesTypeTnsActionMismatch FaultCodesType = "tns:ActionMismatch"

	FaultCodesTypeTnsMessageAddressingHeaderRequired FaultCodesType = "tns:MessageAddressingHeaderRequired"

	FaultCodesTypeTnsDestinationUnreachable FaultCodesType = "tns:DestinationUnreachable"

	FaultCodesTypeTnsActionNotSupported FaultCodesType = "tns:ActionNotSupported"

	FaultCodesTypeTnsEndpointUnavailable FaultCodesType = "tns:EndpointUnavailable"
)

type FaultTo

type FaultTo EndpointReferenceType

type From

type MessageID

type MessageID AttributedURIType

type Metadata

type Metadata MetadataType

type MetadataType

type MetadataType struct {
	XMLName xml.Name `xml:"http://www.w3.org/2005/08/addressing Metadata" json:"-"`

	Items []string `xml:",any" json:"items,omitempty"`
}

type ProblemAction

type ProblemAction ProblemActionType

type ProblemActionType

type ProblemActionType struct {
	XMLName xml.Name `xml:"http://www.w3.org/2005/08/addressing ProblemAction" json:"-"`

	Action *Action `xml:"Action,omitempty" json:"Action,omitempty"`

	SoapAction string `xml:"SoapAction,omitempty" json:"SoapAction,omitempty"`
}

type ProblemHeader

type ProblemHeader AttributedAnyType

type ProblemHeaderQName

type ProblemHeaderQName AttributedQNameType

type ProblemIRI

type ProblemIRI AttributedURIType

type ReferenceParametersType

type ReferenceParametersType struct {
	XMLName xml.Name `xml:"http://www.w3.org/2005/08/addressing ReferenceParameters" json:"-"`

	Items []string `xml:",any" json:"items,omitempty"`
}

type RelatesTo

type RelatesTo RelatesToType

type RelatesToType

type RelatesToType struct {
	XMLName xml.Name `xml:"http://www.w3.org/2005/08/addressing RelatesTo" json:"-"`

	Value string `xml:",chardata" json:",omitempty"`

	RelationshipType *RelationshipTypeOpenEnum `xml:"RelationshipType,attr,omitempty" json:"RelationshipType,omitempty"`
}

type RelationshipType

type RelationshipType string
const (
	RelationshipTypeHttpwww_w3_org200508addressingreply RelationshipType = "http://www.w3.org/2005/08/addressing/reply"
)

type RelationshipTypeOpenEnum

type RelationshipTypeOpenEnum string

type ReplyTo

type ReplyTo EndpointReferenceType

type To

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL