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

Inherits:
Origami::XFA::Element show all
Defined in:
lib/origami/xfa.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.



629
630
631
632
633
# File 'lib/origami/xfa.rb', line 629

def initialize
  super("connectionSet")

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