Class: Origami::XDP::Packet::ConnectionSet

Inherits:
Origami::XFA::Element show all
Defined in:
lib/origami/xfa/connectionset.rb

Overview

The connectionSet packet describes the connections used to initiate or conduct web services.

Defined Under Namespace

Classes: EffectiveInputPolicy, EffectiveOutputPolicy, Operation, RootElement, SOAPAction, SOAPAddress, URI, WSDLAddress, WSDLConnection, XMLConnection, XSDConnection

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initializeConnectionSet

Returns a new instance of ConnectionSet.



33
34
35
36
37
# File 'lib/origami/xfa/connectionset.rb', line 33

def initialize
    super("connectionSet")

    add_attribute 'xmlns', 'http://www.xfa.org/schema/xfa-connection-set/2.8/'
end