Class: Origami::XDP::Packet::ConnectionSet
- Inherits:
-
Origami::XFA::Element
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XDP::Packet::ConnectionSet
- 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
-
#initialize ⇒ ConnectionSet
constructor
A new instance of ConnectionSet.
Methods included from Origami::XFA
Constructor Details
#initialize ⇒ ConnectionSet
Returns a new instance of ConnectionSet.
40 41 42 43 44 |
# File 'lib/origami/xfa/connectionset.rb', line 40 def initialize super("connectionSet") add_attribute 'xmlns', 'http://www.xfa.org/schema/xfa-connection-set/2.8/' end |